What is Comments in python
Answers
Answered by
1
answer is in the attachment ↑
hope it helps
Attachments:
Answered by
4
Answer:
Comments in Python are the lines in the code that are ignored by the interpreter during the execution of the program. Comments enhance the readability of the code and help the programmers to understand the code very carefully. There are three types of comments in Python – Single line Comments. Multiline Comments.
Similar questions