Day Three lesson : Comments in Python

Comments are notes written in code to explain what the code does. Python ignores comments when running the program.

Example:

#This is a comment

print("Hello, Pure Pearl Foundation")