Home
Python
2D
Application
Buildin Function
Class
Data Structure
Data Type
Database
Development
Dictionary
Event
Exception
File
Function
GUI Pmw
GUI Tk
Language Basics
List
Math
Network
String
System
Thread
Tuple
Utility
XML
Menu
Calculation in Python : Subtract « Language Basics « Python
Python
Language Basics
Subtract
Calculation in Python
print
"2000 - 100 + 50 = "
, print 2000 - 100 + 50
Related examples in the same category