python how to print in 2.7 and 3 code example
Example: print in python 2
# Print is a keyword in python2, so it works more like this
print ""
# Also like this
print 1+1
# Print is a keyword in python2, so it works more like this
print ""
# Also like this
print 1+1