"""
first program in python #multi line comment using triple quotes
"""
print("hello python") #prints the string hello python
first program in python #multi line comment using triple quotes
"""
print("hello python") #prints the string hello python