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
Why is python so slow?
What is the keyword to import a module in python?
Why cannot lambda forms in Python contain statements?
How to call an external command in python?
How would you work with numbers other than those in the decimal number system?
How is a .pyc file different from a .py file?
What is print format value interpolation?
Differentiate between deep and shallow copy in python?
Explain how can you generate random numbers in python?
What is the use of assertions in python?
What is difference between panda series and dictionary in python?
What is the tool used to check python code standards?
What is difference between set and list in python?
How memcached should not be used in your python project?
Explain split(), sub(), subn() methods of “re” module in python.