Answers for "how to comment para in python"

5

how to comment python

# This is a comment
'''
This is a
MULTI LINE comment!
'''
Posted by: Guest on September-06-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