Answers for "put comment on python"

0

python comment

# Single Line Comment.
'''
Multiple Line Comment.
There's no Multiple Line Comment in python.
Use string tag to comment.
Three single quote at the start and the end.
'''
Posted by: Guest on December-04-2021

Python Answers by Framework

Browse Popular Code Answers by Language