choice=int(input("\n1 - Afficher les messages\n2 - Afficher les participants\n3 - Afficher les statistiques\n4 - Quitter l\'application\n"))
whilechoice!=5:
choice=int(input("\n1 - Afficher les messages\n2 - Afficher les participants\n3 - Afficher les statistiques\n4 - Afficher les reactions\n5 - Quitter l\'application\n"))
ifchoice==1:
print(data)
ifchoice==2:
...
...
@@ -22,3 +22,5 @@ if __name__ == "__main__":
ifchoice==3:
print("Affichage du nombre de messages envoyés \n")