Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- n = str (input(""))
- a = float (input(""))
- b = float (input(""))
- c = (b/100)*15
- d = a+c
- print ("TOTAL = R$ %0.2f"%d)
RAW Paste Data