Data Type Python

print 2+2
# This is a comment
print 2+2
print 2+2  # and a comment on the same line as code
print (50-5*6)/4
print 7/3
print 7/-3