Answers for "commenting"

0

Comments

: '
This is a
multi line
comment
'
Posted by: Guest on March-31-2022
0

Comment

# single line comment
Posted by: Guest on January-04-2021
0

Comments

In python, we can use comments to make our code easy to understand.
These lines are not executed.
# We use a hashtag for single line comments

'''
Using 3 quotation marks,
we
can
do
multiline
comments
'''
Posted by: Guest on April-21-2022

Browse Popular Code Answers by Language