Skip to content

Instantly share code, notes, and snippets.

@Emalios
Emalios / JustePrix
Last active May 7, 2019 09:23
Petit Juste Prix
from math import *
from random import *
players=[]
tant=True
end="end"
while tant:
print("Quand vous avez entré le nom de tous les joueurs il faut marquer", end)
msg=input("Entrez le nom d'un joueur :")
if msg==end: