Lecture (1) Notes
Lecture (1) Notes
Prasad Adsule
Lecture No.1
Sr.
content Description example
No.
Case sensitivity
It treats small and capital
1) proof
letters differently
A name in python
program is called as an
identifier.
Identifier Naming
Object Identity
Used to
7) Swapping Interchange(swap) the
variable values
Sr.
content Description example
No.
Python allows us to
Assigning
assign a single value
single value to
8) to multiple variables
multiple
in a single
variables
statement.
Python allows us to
Assigning
assign multiple
multiple values
9) values to multiple
to multiple
variables in a single
variables:
statement.