ventilaar
/
twitter_zuil
Archived
1
Fork 0
This repository has been archived on 2021-06-10. You can view files and clone it, but cannot push or open issues or pull requests.
twitter_zuil/homework PROGA/pe_3_3.py

4 lines
170 B
Python
Executable File

uurloon = float(input('wat verdien je per uur? '))
aantaluur = float(input('hoeveel uur gewerkt? '))
print('je hebt ' + str(abs((uurloon*aantaluur))) + ' euro verdient')