Programming (Year 11)
String Manipulation
What is the output of the following code: print('Hello World'[::-1])?
Hello World
dlroW olleH
Error
Hello
Next