output something in python code example Example 1: print python 3 a = 3 print(a) Example 2: output something in python print("Hello World!") >>> Hello World!