Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- int totalBoleta
- int agua = 600
- int azucar = 1200
- int aceite = 1500
- int arroz = 1250
- int fideos = 790
- int bebida = 1780
- int chocolate = 2500
- int panMolde = 1340
- respuesta = int(input ("¿Desea agua? Responda 1, para sí. Responda 2, para no "))
- if (respuesta == 1):
- pass totalBoleta = totalBoleta + agua
- else:
- pass totalBoleta = totalBoleta + 0
- respuesta = int(input ("¿Desea azucar? Responda 1, para sí. Responda 2, para no "))
- if (respuesta == 1):
- pass totalBoleta = totalBoleta + azucar
- else:
- pass totalBoleta = totalBoleta + 0
Add Comment
Please, Sign In to add comment