Posts by Caio Faccioni • 1 point
1 post
-
0
votes1
answer23
viewsQ: I have a problem at Vscode Terminal
v = float(input('Valor: R$ ')) b = 5.33 print(f'U$ {v * b:.2f}') When I make some input code, give an error in the terminal after some time without typing something. Erro: invalid literal for int()…