Python Single Line Comments Example


Single-Line Comment in python using #

Program
#This is a comment #Single Line Comment print('Hello Fresherbell')
Input
Output