Advertisement
Guest User

Untitled

a guest
Oct 15th, 2019
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. p1="MathisM"
  2. p2="MatisseS"
  3. a=15
  4. ap=15
  5. print("il y a",a,"alumets")
  6. while a>1.1 :
  7. r1=int(input("eh frerow t'enlèves combien de alumaite ? "))
  8. a=a-r1
  9. if a==1 :
  10. print(p2, "tupu")
  11. else:
  12. print("il raist",a,"alumaits")
  13. r2=int(input("é toa frerow t'enlèves combien de alumaite ? "))
  14. a=a-r2
  15. if a==1 :
  16. print(p1, "tupu")
  17. else:
  18. print("ah gro il rest",a,"alumet")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement