the best online school for learning!!!
HOME
CS & IP (XI & XII)
Sample & Practice Paper
Info. Tech. (402)
Comp. App(165)
Downloads
Language
TET
About Us
More
For - XI CS / XI IP / XII CS / XII IP
Introduction, Features, Advantages and Disadvantages
basic
1
Token is the smallest individual unit of a program..
4
The function input( ) allows us to take input at run time interactively from user and store this value in a variable or object.
7
Operators are tokens that perform some operation / calculation / computation, in an expression.
10
13
16
Python Installation and Working in Python
2
A Python program has different components like – Statement, Expression, Comments, Function, Block and Indentation.
5
Data type of a variable tell us about the data contained by variable and allowed associated operations on it.
8
11
14
17
Hello World is the most common output of any language. print( ) is used to print ...
3
A variable is a just like a container that stores values, which you can access and changed.
6
Python data types are categorised into two category – Mutable and Immutable.
9
12
15