In Python single line comment can be added by using # :
# greeting script print("Hi there!") # printing
Hi there!
Content enclosed by triple quotes can be used as multiline comments
""" This is my long comment Last line of comment """ print("Hi there!")
Dependencies and Technologies Used: