Answers for "python comment paragraph"

2

big comments python

# One line Comment
myvar = 5 # Can also start after any chunk of code

"""
Big multiple lines comment
So many lines
WoW
"""
Posted by: Guest on September-16-2020
0

how to comment a para in python

"""
This is a comment
written in
more than just one line
"""
Posted by: Guest on March-26-2021

Python Answers by Framework

Browse Popular Code Answers by Language