Hello Friends Me Aapko Aaj Arithmetic Operator & Comparison Operators ke Bare me batane wala hu Jisse aap Arithmetic Operator Learn kar Sakte Hai.
Arithmetic Operator in python
Contents
Arithmetic Operator All programming language me use hote hai . Arithmetic Operator ko programming me sabse jyada use kiya jata hai.
Jese koi bhi Calculus hoto ye hi use hote hai.isse ham example ke sath samanj te hai.

Arithmetic Operator Example
print(4+7)
print(12-5)
print(6*6)
print(30/5)
print(10%4)
print(18//5)
print(3**5)
Output
11
7
36
6
2
3
243
Issi Tarah se python me Arithmetic Operator Ka use karte hai.
How to use Comparison Operators

Issi Tarah Bhi Comparison Operators use hota hai aap is image ko dekh kar samanj sakte hai.