Friday, January 11, 2019

Phthon - Learn by Example - Hello World

# 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')

No comments:

Post a Comment