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
Which is faster python or php?
What is linspace in python?
Do lists start at 0 or 1?
How to get indices of n maximum values in a numpy array?
What are special methods in python and how to implement?
What is a means by “tuple in python”?
Are functions objects in python?
What is the difference between and ?
What's the worst programming language?
Which python library would you prefer to use for data munging?
How do I avoid having python class data shared among instances?
What is the maximum possible length of an identifier?
Differentiate between .py and .pyc files?
Name some of the features of python?
What is difference between sort and sorted in python?