首页 > 代码库 > ex2-注释和井号

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

技术分享

ex2-注释和井号