Computer Science, asked by Rockstar9086, 17 days ago

What is Comments in python​

Answers

Answered by vruttimulam860
1

answer is in the attachment

hope it helps

Attachments:
Answered by singgmeena1
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