Posts by João Deiro • 17 points
2 posts
-
0
votes1
answer310
viewsA: Output print is not showing
I managed to fix it. Before I was giving "run" by the Shift + F10 command. I tried the Ctrl + Shift + F10 command and managed to solve the problem.
-
0
votes1
answer310
viewsQ: Output print is not showing
I typed exactly that: import math num = float(input('Digite um numero: ')) print('A parte inteira do numero {} é {}.'.format(num, math.trunc(num))) However, when executing, only this appears: Digite…