How to use comment or write in python

 In python program you can use comment start # like this below program

#display or print hello world
print("Hello world !")
Python comment


Comments