In Python, how do you remark numerous lines?



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

Post New Answer

More Python Interview Questions

What happens if an error occurs that is not handled in the except block?

0 Answers  


How do you split a list into evenly sized chunks?

0 Answers  


Is python is a case sensitive?

0 Answers  


How does global value mutation used for thread-safety?

1 Answers  


What does append () do in python?

0 Answers  






What is long in python?

0 Answers  


How do I copy a file?

0 Answers  


What are the 5 tuples?

0 Answers  


What is python method?

0 Answers  


How multithreading is achieved in python?

0 Answers  


How can you access a module written in python from c?

0 Answers  


How do you alphabetize a list in python?

0 Answers  


Categories