Python comments
Python Comments:-
Comments are nothing but ignorable part of python program that are ignored by the interpreter.
It enhance thee readability of code.
There are 2-type of comment:-
1) Single line comments #hello world
2) Multi line comments '''hello world
hello world
hello world'''


Comments
Post a Comment