Answers for "how to specify note in python comment"

4

python comment

# Single line Comment

"""
	(''' single quotes ''') will also work
	Multi Line
	Comment
"""
Posted by: Guest on November-11-2020
3

comment in python

# To make a comment in python use the hashtag symbol
Posted by: Guest on November-27-2020

Python Answers by Framework

Browse Popular Code Answers by Language