Hello everyone im trying to reverse a string in python but i cant get it to work. I tried using reversed but it didnt work. I found the replacment for it but it i cant get it to work properly. Explenanation and help would be appriciated.
word="cba"
word[::1]
print (word)