-->
Showing posts with label python program to print hello python with comment. Show all posts
Showing posts with label python program to print hello python with comment. Show all posts

python program to print hello python with comment

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