Mastery 02 - Comments
So, what are comments in programming? Comments are a pretty useful tool in Python. Comments are lines of code that will not affect AT ALL your program. To write comments you will start a line whit the sign # and you van write whatever you want. You may not use comments and it’s fine but it is good to know about their existence because if you ever write a really long program you will find them useful to remember what a re you doing with your code.













