0
How do you run the inverse or reversed of a string
Code problem on extra-terrestrials
3 Answers
+ 7
Share your attempt first
+ 3
Hint: It is the one line code to reverse something. But share your creation first.
0
def greeting():
return "hello"
print(greeting()[::-1])