display tournament prettier
This commit is contained in:
parent
5d4aa8127f
commit
9b881839ba
@ -115,6 +115,7 @@ class View:
|
|||||||
|
|
||||||
def display_tournament_detail(self, tournament_to_display):
|
def display_tournament_detail(self, tournament_to_display):
|
||||||
i = tournament_to_display
|
i = tournament_to_display
|
||||||
|
print("\n***************************************************")
|
||||||
print("\nNom du tournoi : ", i['name'])
|
print("\nNom du tournoi : ", i['name'])
|
||||||
print("Lieu : ", i['location'])
|
print("Lieu : ", i['location'])
|
||||||
print("Description : ", i['description'])
|
print("Description : ", i['description'])
|
||||||
@ -135,6 +136,7 @@ class View:
|
|||||||
print("Les scores finaux :")
|
print("Les scores finaux :")
|
||||||
for j in i['players']:
|
for j in i['players']:
|
||||||
print(j['prénom'], str.upper(j['nom']), ":", j['score'])
|
print(j['prénom'], str.upper(j['nom']), ":", j['score'])
|
||||||
|
print("\n***************************************************")
|
||||||
|
|
||||||
def display_error(self):
|
def display_error(self):
|
||||||
print("Erreur de saisie, recommencez;")
|
print("Erreur de saisie, recommencez;")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user