Answers for "how to add comment in python"

4

how to add comment in python

# Use Hashtag to add comments in python
Posted by: Guest on August-17-2020
5

python comment block

"""
this 
is
a multiline 
comment
"""
Posted by: Guest on April-02-2021
33

how to make a comment python

# You use a hastag at the beginning of the line to make anything after it a comment
'''
You can also make a multi line comment
With three single quotes at the beginning and end!
'''
Posted by: Guest on February-02-2020

Code answers related to "how to add comment in python"

Python Answers by Framework

Browse Popular Code Answers by Language