python division is not accurate

后端 未结 0 1081
走了就别回头了
走了就别回头了 2020-12-21 11:31

So i have a problem where i\'m trying to do a division of 20-digit number.

my code:

result = 61519713751187780547/3
print(result)
print(int(result))


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题