What will the output of the following line of code be: print("Hello World"[::-1])

Code

print("Hello World"[::-1])

Comments