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 does the continue do in python?
What is pydoc command?
What are tuples in python?
What is means by call function in python?
What is pandas udf?
What does means by “call by reference” in python?
How can you profile a python script?
Is yield a keyword in python?
How to convert bytes to a string?
What are python dictionaries?
What is python's slice notation?
Tell us what is python? What are the benefits of using python?
How to capitalize the first letter of each word in a string (python)?
What is string slicing in python?
Does python have do-while loop statements?