How do you comment in python?



How do you comment in python?..

Answer / Ashish Kumar Jha

In Python, comments start with the hash symbol (#) and extend to the end of the line. For multiple line comments, use triple quotes: ''' or """.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Python Interview Questions

What is with keyword in python?

1 Answers  


What is slice notation in python to access elements in an iterator?

1 Answers  


Tell me why and when do you use generators in python?

1 Answers  


How can you declare the variables function in python?

1 Answers  


How will you convert an integer to a unicode character in python?

1 Answers  


Are sets hashable python?

1 Answers  


How to run a Python CGI script in Wamp?

1 Answers  


Is list iterable in python?

1 Answers  


Explain about multi-threading concept in python?

1 Answers  


Explain the interpretation in python?

1 Answers  


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?

1 Answers  


Can I build website using python?

1 Answers  


Categories