Python 1.x Python 2.x (2.7) print "Hello World" ASCII based string printf % Python 3.x print("Hello World") Unicode based string string.format()