Computer Science, asked by 26059, 1 day ago

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 mhanif05
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