Answer Posted / hr@tgksolutions.com
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
Difference between @staticmethod and @classmethod in python?
What does slicing mean in python?
What is python main function and write one good example?
How can you explicitly free memory in python?
What is python literal?
Is python faster than python2?
How do you sort values in descending order in python?
How do you check whether the two variables are pointing to the same object in python?
What is private method in python?
Is using eval in python a bad practice?
What is python used for at google?
What are the benefits of flask?
Mention the use of the split function in Python?
What tools that helps python development do you know?
Explain inheritance in python with example?