Statements and Syntax : Introduction : Introduction PYTHON TUTORIALS


PYTHON TUTORIALS » Introduction » Introduction »

 

Statements and Syntax


Hash mark indicates Python comments
NEWLINE is the standard line separator (one statement per line)
Backslash  continues a line
Semicolon joins two statements on a line
Colon separates a header line from its suite
Statements (code blocksgrouped as suites
Suites delimited via indentation
Python files organized as modules



Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .


PYTHON TUTORIALS

 Navioo Introduction
» Introduction