Suraj
0
Q:

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!
'''
14
# This line is cemmented out
9
# Use Hashtag to add comments in python
1
#Use a hash
0
# This is a comment
'''
This is a
MULTI LINE comment!
'''
0

New to Communities?

Join the community