Mega Code Archive

 
Categories / Python / Language Basics
 

Divide in Python

print "19 / 4 = ", print 19 / 4 print "WRONG!" raw_input("Press the enter key for the right answer.") print 19.0 / 4