代码:
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.")
时间: 2024-12-28 23:25:44
代码:
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.")