+ 1
How we can comment any line in python??
like if we want to add two numbers and we have to describe that in this part of program we are adding two numbers
5 ответов
+ 6
#python uses hashtags for comments lol
+ 3
...or three quotes ("""like this...""")
+ 2
""" If you have to explain that you're adding two numbers...in Python...with a comment...something has gone horribly, horribly wrong. """
0
if you want to comment line in python. You can use this, example- #this is comment.
0
Start by typing # and then write any thing you want to comment after it For example:
#this is a comment