I am trying to perform a divide operation in python, (3000/365)*3000 which prints 3000.0000000000005. Whereas in actual this should return 3000?
(3000/365)*3000
Can some