how to do comments in poython code example
Example 1: how to put comments in python
# Just put a hash before the comment. This can help other collaborators understand what you are doing, or help you remember the intention of a certain line of code. It should appear gray. Oh - and by the way, the Python computer ignores your comments.
Example 2: python commenting
this is a coment
# put your comment here