+ 1
How many digits after decimal we get in python
3 Respuestas
+ 2
There is no limit but you can set how many digits after decimal with round(number, how many digits).
round(12.34567, 3) gives 12.346
round(12.34567, 4) gives 12.3457
+ 1
how many you want
0
take as 1/3 then