Hey just a quick question, how do you comment a large part of code? If we have some code like this:
x = 2
print(x)
how would i comment it like this: (without commenting one line at a time)
# x = 2
# print(x)
Thanks for the help!
Hey just a quick question, how do you comment a large part of code? If we have some code like this:
x = 2
print(x)
how would i comment it like this: (without commenting one line at a time)
# x = 2
# print(x)
Thanks for the help!