Use of comments in Python

 – Use of comments in Python                                                                          @PablO_CVi

Comments are tracks that the programer can add to the code, this won`t change anything in the program, this is just for helping the person that is going to use the code. For adding a comment in Python you just have to put a hashtag like this:   goes your comment. This is how you can add comments to your code in python. Here you can see that this does not modify the program.

Here is the code i used for this program: https://github.com/PablOCVi/Mastery/blob/master/Mastery07.py

CC BY 4.0 Use of comments in Python by Pablo is licensed under a Creative Commons Attribution 4.0 International License.

Comments are closed.