from afficheStats import afficheStats if __name__ == "__main__": joueur = input("Entrez le nom du joueur : ") afficheStats(joueur)