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
Add comment to Python source file : System Info « System « Python
Python
System
System Info
Add comment to Python source file
# a comment
import
sys print
"on"
, sys.platform print 2 ** 100
Related examples in the same category