Answer Posted / glibwaresoftsolutions
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
Is python a keyword in python?
How would you implement inheritance in python?
Do I need python if I have anaconda?
What are the applications of python?
Why python is a dynamic language?
What are the benefits of flask?
Is set iterable python?
Are lambda functions faster python?
What are the differences between python 2.x and python 3.x?
What is decorator in python?
What is @staticmethod?
What is the python syntax for switch case statements?
Explain ternary operator in python?
Explain me what are the key features of python?
Write a sample program in enumerate()function in python?