Advertisement
julianarm

Untitled

Jun 25th, 2020
263
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.20 KB | None | 0 0
  1. q=float(input("ingrese kw consumidos"))
  2. e=float(input("ingrese precio kw"))
  3. j=int("700")
  4. if q>j:
  5.     incremento=e*0.05
  6.     print("total a paga:,incremento")
  7. else:
  8.     u=q*e
  9.     print("total a pagar:,u")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement