TOPIC

Por que meu codigo abaixo não é aceito?

matheusdvm asked 2 years ago

  • -- coding: utf-8 --

number = int(input()) horas = int(input()) valor_hora = float(input()) salary = float(horas * valor_hora) print("NUMBER = {}".format(number)+"\nSALARY = {:.2f}".format(salary))

Remember not post solutions. Your post may be reviewed by our moderators.

  • lcsoares1 replied 2 years ago

    uri é muito detalhista, apenas faltou colocar "U$" antes do valor do salario