Python Comment

# Python Comment

Comments can be used to explain Python code.

Comments can be used to make the code more readable.

Comments can be used to prevent execution when testing code.


Creating a Comment

Comments starts with a #, and Python will ignore them.

Try it out: Create a comment by using ‘#’

If you don’t have python installed in your device, use the link below 👇🏻

https://www.programiz.com/python-programming/online-compiler/

My Latest Posts