Python Language (Holiday Homework) - Bhaavya Hari
Python Language (Holiday Homework) - Bhaavya Hari
BHAAVYA HARI
CLASS 8F
HOLIDAY
HOMEWORK
INTRODUCTION
Data Science
Data Analysis
Machine Learning
Data Engineering
Web Development
Software Development
Features Of Python Language
Variable
A variable is a named variable location which stores value that can be used later .
A variable is a name which refers to a value and an assignment statement that is used to create
a new variable , as soon as the value is assigned a variable is declared.
Operators
Operators are special symbols which represent computation which are applied on operands
which can be values or variables. An expression is created when operators are applied on
operands .
For example , x = a + b. Here, = and + are operators.
Operands
For example, x=a + b. Here, x , a and b are operands.