《笨办法学python》源码 Ex02.py





#-------------------------------------------------------------------------------
# Name:        ex_02.py
# Purpose:     
#
# Author:      huanghuan
#
# Created:     14-08-2013
# Copyright:   (c) huanghuan 2013
# Licence:     <your licence>
#-------------------------------------------------------------------------------

# 注释符号.

print "I could have code like this ."   

# You can also use a comment to "disable" or comment out a piece of code :

# print "this won't run."
print "this will run ."








你可能感兴趣的:(《笨办法学python》源码 Ex02.py)