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 interpreter or compiler?
What does the meaning of slicing in python?
How does the ternary operator work in python?
Explain the use of with statement?
Tell me what are the tools that help to find bugs or perform static analysis?
How do I use python idle?
What is long in python?
What is super () in python?
What is rdd in python?
How to avoid having class data shared among instances?
What is the type () in python?
How do you take input in python?
What is s in python 3?
Explain the difference between a list and the tuple?
What is the module and package in python?