Answers for "how to type comments in python code"

5

how to comment python

# This is a comment
'''
This is a
MULTI LINE comment!
'''
Posted by: Guest on September-06-2020
3

python comments

# this is a python comment
Posted by: Guest on September-22-2020

Python Answers by Framework

Browse Popular Code Answers by Language