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
What is cgi in python?
What is python interpreter?
Mention the concept used in python for memory managing
Can you remove the whitespaces from the string “aaa bbb ccc ddd eee”?
Explain delegation in python
What data types does python support?
What is lambda in Python?
How is unit test done in python?
Which is better Python or ruby?
How do you check whether the two variables are pointing to the same object in python?
How will you convert an integer to a unicode character in python?
Should I learn javascript or python?
Write code to print everything in the string except the spaces.
When should you use generator expressions vs. list comprehensions in Python and viceversa?
Where is python in anaconda?