Quantcast
Channel: Python Basic – TechBeamers
Viewing all articles
Browse latest Browse all 54

Python Commenting Methods

$
0
0

Comments in Python are lines of code that are ignored by the interpreter. Python supports single-line and multi-line comments. A single-line comment makes the interpreter skip one line of code while a multiline comment can disable more than one line from execution. Why comments are important in Python? Writing comments is a good programming practice. […]

The post Python Commenting Methods appeared first on TechBeamers.


Viewing all articles
Browse latest Browse all 54

Trending Articles