arthemetic operation in python code example
Example 1: and in python
#And opreator in python
a = 12
b = 56
print(a and b * 12)
Example 2: arithmetic operators in python
Arithmetic operators: Arithmetic operators are used to perform mathematical
operations like addition, subtraction, multiplication and division.