Give two points to define ‘Comments’ in Python. Also one point
each for ‘Single line Comment’ and ‘Multiline Comment’ with one
example for each.
Answers
Answered by
0
a single line comment in python looks like this:
print("")
#text here
input("")
a multi line comment in python looks like this:
print("")
#text here
#text here
#text here
if_______
Similar questions
Math,
14 hours ago
CBSE BOARD X,
14 hours ago
Business Studies,
14 hours ago
English,
1 day ago
Hindi,
1 day ago
Social Sciences,
8 months ago