Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- tazucar = .031
- tmant = .021
- tharin = .057
- def printgall (g):
- print(("%f tazas de azucar \n%f tazas de mantequilla\n%f tazas de harina") % (tazucar*g,tmant*g,tharin*g) )
- galletas = (int)(input())
- printgall(galletas)
Advertisement
Add Comment
Please, Sign In to add comment