1 changed files with 5 additions and 1 deletions
@ -1,2 +1,6 @@ |
|||||
|
from fonction_afficheStats import afficheStats |
||||
|
|
||||
"""programme principal""" |
"""programme principal""" |
||||
print ("coucou les lustucrus") |
|
||||
|
joueur = input("quel joueur souhaitez vous analyser ?") |
||||
|
afficheStats(joueur) |
Loading…
Reference in new issue