uurloon = int(input("Wat is je uurloon?"))
uren = int(input("Hoeveel uur heb je gewerkt?"))
print("Je salaris is", uurloon*uren, "Euro")