What does the ‘#’ symbol do in Python?
Answers were Sorted based on User's Feedback
Answer / nashiinformaticssolutions
‘#’ is used to comment on everything that comes after on the line
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / 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 |
Answer / 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 |
Does return end a function python?
What is pip and pip freeze commands will do?
What are the tools that help to find bugs or perform static analysis?
Do python classes need init?
What are the packages?
Is nan in python pandas?
Is Python an easy-to-learn language
Is there any tool used to find bugs or carrying out static analysis?
What are the disadvantages of using python?
Describe how to send mail from a Python script.
How can I wait until we receive data using python socket?
What is ndarray in python?