ex2-注释和井号

代码:

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.")

posted @ 2016-08-28 01:11  巫妖207  阅读(158)  评论(0编辑  收藏  举报