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 |
Write the function f() ?
What are metaclasses in python?
How can I find the methods or attributes of an object in python?
Can I learn python without knowing programming?
What is the encapsulation?
What is hashmap in python?
What is the shortest method to open a text file and display its content?
In the above project, were you alone or were you in group of developers? If so, how many?
Describe python usage in web programming?
How to pass optional or keyword parameters from one function to another in python?
How will you merge two dictionaries in python?
What is nose python?