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 |
explain the filter() function?
What is Python's Purpose?
What is class inheritance in python?
What is deep copy in python?
Is python good for coding?
What is data type in python?
How to use *args and **kwargs in python?
What is the length of your largest python code? Can you please describe the project?
Explain split(), sub(), subn() methods of “re” module in python.
Explain Python's data types.
What are class or static variables in python programming?
Can python be used for automation?