2.04 - Comments
ভিডিও নংঃ ২.০৪ ( Comments )
# this is a full line comment
print('Hello') # this is a partial line comments
print('# this is not a comment as it is inside quote')'''
I can comment multiple lines.
For example:
This is line number 3
''''''
Another way that I can comment multiple lines.
For example:
This is line number 3
'''Last updated