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 |
What is with keyword in python?
What is slice notation in python to access elements in an iterator?
Tell me why and when do you use generators in python?
How can you declare the variables function in python?
How will you convert an integer to a unicode character in python?
Are sets hashable python?
How to run a Python CGI script in Wamp?
Is list iterable in python?
Explain about multi-threading concept in python?
Explain the interpretation in python?
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?
Can I build website using python?