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
What are python modules?
What is python tuples and how is it different from lists?
What is the difference between python and shell scripting?
How would you implement inheritance in python?
How do I test one variable against multiple values?
What does exit () do in python?
What is the lambda?
Explain class __init__()?
Do python classes need init?
Mention what is the difference between Django, Pyramid, and Flask.
What are the disadvantages of the Python programming language?
Are Tuples immutable?
How do you include a module in your python file?
How many keywords are there in python?
How to check whether a module is installed in python?