Computer Science, asked by suhail6071, 9 months ago

How can you include comments in python?Explain with example. 


Answers

Answered by Anonymous
2

Single-line comments are created simply by beginning a line with the hash (#) character, and they are automatically terminated by the end of line. Comments that span multiple lines – used to explain things in more detail – are created by adding a delimiter (“””) on each end of the comment.

plz....follow me and Mark me as brainliest

☺️❤️

Answered by SonalRamteke
1

Answer:

Single-Line Comments in Python

In Python, we use the hash symbol # to write a single-line comment.

Similar questions