python print 1 in 2 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