Answer Posted / glibwaresoftsolutions
Multi-line comments are those that contain more than one line. All lines that will be commented must begin with a #. To mark many lines, you can also utilize a handy shortcut. All you need to do is input a # once while holding down the Ctrl key and left-clicking wherever you want a # character to appear. Every line where you place your cursor will have a comment added to it.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can a beginner learn python?
Give the output of this example: a[3] if a=[1,4,6,7,9,66,4,94].
How do I create a variable number of variables?
What is the difference between range and xrange functions?
Why do we need Python Directories
Does python use ram?
How to find the index of an element in a list python?
How will you check python version?
List some namespace in python?
What does the __ init__ function do in python?
What is the mro in python?
What is *kwargs and **kwargs?
Is python good for oop?
How do I install pip on windows?
In python, are there any databases to DB packages?