Answers for "which symbol is used to comment in 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

Code answers related to "which symbol is used to comment in python?"

Python Answers by Framework

Browse Popular Code Answers by Language