Hello print in python

Python hello world code:

'''
Created on 16-May-2021

@author: dell
'''
# thisis a comment 
print("Hello ")

"""This
is 
a comment 
in multiline """

Comments