Guest User

Untitled

a guest
Jul 18th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1.  
  2. prix = 24.60
  3. commande = [
  4. ["Bussiere","Haruhi","Paye"],
  5. ["ZettaiRyouiki","Haruhi","Du"],
  6. ["Ion_Negatif","Haruhi","Du"],
  7. ["Nautawi","Haruhi","Paye"],
  8. ["Pocket Daniel","Haruhi","Du"],
  9. ["Babatus","Haruhi","Du"],
  10. ["Ramyel","Thalie","Du"]
  11. ]
  12. print commande
  13. print len(commande)
  14. print len(commande)*prix
Add Comment
Please, Sign In to add comment