Python] What is the output of the following program : print "Hello World"[::-1] code example
Example 1: print hello world in python
# This program prints Hello, world!
print('Hello, world!')
Example 2: printing hello world in python
print("Hello World")
print "Hello World"