Python Multi Line Comments Example


Multi-Line Comment in python using """ or ''' 

Program
"""This is a comment Multi Line Comment""" '''This is a comment Multi Line Comment''' print('Hello Fresherbell')
Input
Output