Answers for "python 3 multi-line comment"

4

python comment

# Single line Comment

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

comment all selected lines in python

Select relevant lines to be commented, then use ctrl+/
Posted by: Guest on June-12-2020

Python Answers by Framework

Browse Popular Code Answers by Language