Posts by Henrique Zanferrari • 21 points
1 post
-
2
votes3
answers1193
viewsA: Python 3 number rounding
Uses the function round(). It receives two parameters (number to be rounded, number of decimals). In your case just put round(0.265, 2) who will return 0.27. Beware of using , or ..…
python-3.xanswered Henrique Zanferrari 21