Advertisement
realever15

URI_1008

Sep 21st, 2015
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.17 KB | None | 0 0
  1. employee = int(input())
  2. workhour = int(input())
  3. perhour = float(input())
  4. SALARY = workhour*perhour
  5. print("NUMBER = "+"%d"%(employee))
  6. print("SALARY = U$ "+"%.2f"%(SALARY))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement