Add comment to Python source file : System Info « System « Python






Add comment to Python source file

Add comment to Python source file

# a comment
import sys
print "on", sys.platform
print 2 ** 100

           
       

Related examples in the same category