In Python, how do you remark numerous lines?

Answers were Sorted based on User's Feedback



In Python, how do you remark numerous lines?..

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

In Python, how do you remark numerous lines?..

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

In Python, how do you remark numerous lines?..

Answer / 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

More Python Interview Questions

How do you reverse a string in python?

0 Answers  


What is the keyword to import a module in python?

0 Answers  


What is a function call or a callable object in python?

0 Answers  


What is the module and package in python?

0 Answers  


What is a pure function python?

0 Answers  






What is egg and wheel in python?

0 Answers  


What is namespace in Python?

2 Answers  


How do I check if python is installed?

0 Answers  


How lists is differentiated from tuples?

0 Answers  


What does “list comprehension” mean? How does it work and how can I use it?

0 Answers  


What are the basic data types supported by python?

0 Answers  


What is slicing in python?

0 Answers  


Categories