- Perform Operations(Both binary and unary Operations)
- Can create and update variables.
- Can solve boolean operations using boolean operators
- if-elif-else ---> Conditional Statements
- Loop - while loop
e.g - create a = 2
create b = a+2
1. if a<3 perform ... actions
2. while a<10 perform ...actions
3?=3 // output - 1
2?=2 // output - 0
show // shows values of all variables.
show a // show value of variable a