Answers for "long comment python"

2

big comments python

# One line Comment
myvar = 5 # Can also start after any chunk of code

"""
Big multiple lines comment
So many lines
WoW
"""
Posted by: Guest on September-16-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