print( 2 + 2 = + (2 + 2)) in python 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