Python Numbers and Mathematics
1) Add Two Numbers
2) Subtract Two Numbers
first – second3) Multiply Numbers
4) Divide Numbers
5) Floor Division
first // second6) Modulus Operation
7) Power Operation
8) Average of Three Numbers
9) Swap Two Numbers
10) Check Even or Odd
11) Maximum of Two
12) Minimum of Two
13) Absolute Value
14) Round a Floating Number
15) Convert to Integer
16) Convert to Float
17) Simple Interest
18) Circle Area
19) Distance Between Two Points
20) Loop Sum of 1–n
📝 Notes
Last updated