代码:
print("I could have code like this.") # and the commnt after is ignored.# You can also use a comment to "disable" or comment a piece of code:# print("This won‘t run.")print("This will run.")
ex2-注释和井号
原文:http://www.cnblogs.com/zjcsweb/p/5814229.html