Answer Posted / 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 View All Answers
Difference between mutable and immutable in python?
Explain all the file processing modes supported by python?
What do you understand by deque in python?
What are the different types of reuest in python?
Tell us what is the usage of help() and dir() function in python?
What are the rules for legal python names?
Write a program in python to check if a sequence is a palindrome.
What is an egg in python?
What is GiL in python programming language?
What is the best tutorial for python?
Why is not__getattr__invoked when attr==’__str__’?
What is GIL? What does it do?Talk to me about the GIL. How does it impact concurrency in Python? What kinds of applications does it impact more than others?
Difference between python list comprehension vs. Map?
How do I run a subprocess with pipes connected to both input and output?
What is Python Decorator?