0
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() with base ou could not convert string to float
I have an idea of what it is, but to confirm I would like you to put me an example of input for the script.
– Henrique Hott