Posts by Diego Santos da Silva • 21 points
1 post
-
2
votes3
answers6692
viewsA: Rounding down in Python
Tbm can be done manually, it is very simple, even using the round, with the condition, it will always take the whole part of the value. numero = float(input('Digite um numero real: ')) num =…