I typed exactly this:
import math
num = float(input('Digite um numero: '))
print('A parte inteira do numero {} é {}.'.format(num, math.trunc(num)))
However, when running, this only appears:
Digite um numero: 9.8
Process finished with exi...
asked by
03.07.2018 / 20:44