You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Faça um Programa que pergunte quanto você ganha por hora e o número de horas trabalhadas no mês.Calcule e mostre o total do seu salário no referido mês
valor_recebido_por_hora= float(input('Quanto você ganha por hora? '))
horas_trabalhadas_mes = int(input('Quantas horas você trabalhou no mês? '))