Answers for "multiple lines comment in python"

2

comment multiple lines in python shortcut

Ctrl+/
For Both:
Ctrl+K+C 
to comment
Ctrl+K+U
To uncomment
Posted by: Guest on May-18-2021
0

Single line Commenting in Python

#This line won't be printed
Posted by: Guest on April-19-2021

Code answers related to "multiple lines comment in python"

Python Answers by Framework

Browse Popular Code Answers by Language