# My python program
# # sign is comment
print ('Hello, World !!!')
print ("I am learning Python")
#---------------------------------
print ('I like it')
# The line below is comment
''' Multi line comment'''
''' How is everything
I am sort of liking it
and this
is really
cool '''
print ('Learning Python is cool')
# # sign is comment
print ('Hello, World !!!')
print ("I am learning Python")
print ('I like it')
# The line below is comment
''' Multi line comment'''
''' How is everything
I am sort of liking it
and this
is really
cool '''
print ('Learning Python is cool')
No comments:
Post a Comment