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
When would you use triple quotes as a delimiter?
Does python have long?
How to create dynamic array in python?
How do you extend in python?
How useful is python?
How to create an empty class in python?
Is python time time utc?
Is python can be compatible with command prompt?
Is python as powerful as c++?
Which data type you prefer to implement when deal with seuential data?
What is sub() function?
What are packages in python which are commonly used explain one ?
Why is lambda used in python?
What is tuple?
How to write multiple statements in a single line in python?