Comment in python

PHOTO EMBED

Sun Dec 11 2022 14:27:29 GMT+0000 (Coordinated Universal Time)

Saved by @Harman

#Output : Hello world
Print ("Hello world")
#Output :/\/\/\/\/\
Print("/\/\/\/\/\")
content_copyCOPY

Comments in Python is the inclusion of short descriptions along with the code to increase its readability. A developer uses them to write his or her thought process while writing the code. It explains the basic logic behind why a particular line of code was written.