Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 293 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 293 Bytes

Learning python

Programs

  • Addition
  • Subtraction

Small Notes

  • When performing addition float value in python is always a little bit greater than the original value
  • But in the case of mul the value is the exact that we are expecting
  • It happens due to the precision in python