Python-An Innovation: Chapter - 2
Python-An Innovation: Chapter - 2
Chapter- 2
By-
Neha Tyagi
PGT (CS)
KV 5 Jaipur(II Shift)
Jaipur Region
Python Introduction
• In order to provide an input, process it and to
receive output, we need to write a program.
• Program, is a group of instructions which
controls processing.
• In other words, base for processing is ‘the
Program’.
• In this chapter we will come to know about
various element of processing like – character
set, token, expressions, statements, input.
– Literal collections
Special Literals
• None, which means nothing (no value).
X = None
Comments
Function
Statements
Block
Indentation
Function Calling
www.pythontrends.wordpress.com