This is so easy that I am ashamed that i just learned this 5 minutes ago.

So, comments in python are a way for the programmmer to communicate with any other observer inside the code but without affecting the code

Comments atom

To do this you must write #and then, whatever you want to say. As you can see in my image my comments are the # with grey on them.

comments terminal

And as you see, my comments didnt affect my code.

CC BY 4.0 Mastery 7 by ilkaeng is licensed under a Creative Commons Attribution 4.0 International License.