Mega Code Archive

 
Categories / Python / Language Basics
 

Calculation in Python

print "2000 - 100 + 50 = ", print 2000 - 100 + 50