In Python, how do you remark numerous lines?
Answers were Sorted based on User's Feedback
Answer / nashiinformaticssolutions
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 |
Answer / 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 |
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 |
How does a function return values?
What is os module?
Can a class run without constructor?
Is vs in python?
What is none literal in python?
What is pip?
What is unittest in Python?
Does python require coding?
What is the biggest challenge facing your current job right now? What is your biggest failure?
In one line, show us how you’ll get the max alphabetical character from a string?
How can I find the methods or attributes of an object in python?
What are the 3 types of relation?