-->

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

No comments:

Post a Comment