How to Write Comments in Python?
While coding, comments are a part of every program. It helps us as coders or other people associated with the same project you are working on to understand the code flow. So people add comments to make the code more understandable. There are basically 2 ways to write comments in python.