Posts by João Gabriel Theodoro • 1 point
1 post
-
0
votes1
answer40
viewsA: How to split large numbers without python abbreviating it?
To take the whole number, you must use a formatted "string", i.e., to determine how it will be printed on the screen: The "float" type can be formatted in these ways: :.0f # no zeros left :.2f# with…