Python print() function print data on the screen. For Python 2:
print()
>>> print "good"
good
>>> print ("good")