Answer Posted / nashiinformaticssolutions
The `#` symbol is used to add comments in Python. Comments are not executed and are intended to explain the code for the benefit of developers.
Example:
python
# This is a comment
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How does break, continue and pass work?
What are methods in python?
How to merge two dictionaries in a single expression?
What is lambda in Python?
How can you keep track of different versions of code?
Is javascript easier than python?
What does the ‘yield’ keyword do?
How do I run python setup py?
How do you debug a program in python? Is it possible to step through python code?
What are packages in python which are commonly used explain one ?
When do you choose a list over a tuple?
What are pytest fixtures?
What do you know about the python enumerate?
What is yield in python?
What is ord () in python?