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
What functions or methods will you use to delete a file in python?
Do they know a tuple/list/dict when they see it?
Is python written in c?
If you are ever stuck in an infinite loop, how will you break out of it?
How do you launch sub-processes within the main process of a python application?
Print contents of a file ensuring proper error handling?
If you installed a module with pip but it doesn’t import in your idle, what could it possibly be?
Explain me what is pass in python?
Should I learn c++ or python?
What are domains and tuples?
What does len () do in python?
In python,how to read a file line-by-line into a list?
Why are tuples immutable?
Which os is best for python?
Explain identity operators in python?