How do you write comments in python?

Solved23.61K viewsProgrammingpython python comments

How do you write comments in python?

How do you write comments in python?

Question is closed for new answers.
Abhishek Verma Selected answer as best April 6, 2023
2

2 ways to write comments in Python Programming Language.
– Use Hashtag – #

– Use Triple quote – “””

Code My Life - Official Changed status to publish April 27, 2023
2

Use # for single line comment.

Kumar Amit Answered question January 31, 2023
0