From f3c06b10d38646dba1886ae7dc4195d8e575e134 Mon Sep 17 00:00:00 2001 From: "ayoub.buhyari.etu" <ayoub.buhyari.etu@univ-lille.fr> Date: Wed, 3 Apr 2024 11:43:42 +0200 Subject: [PATCH] Card --- Tp-bataille_carte/war.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tp-bataille_carte/war.py b/Tp-bataille_carte/war.py index 7917b82..fd85d6a 100755 --- a/Tp-bataille_carte/war.py +++ b/Tp-bataille_carte/war.py @@ -86,7 +86,7 @@ def play_one_round(m1: ApQueue, m2: ApQueue, pile: ApStack) -> None: precondition : m1 et m2 ne sont pas vides """ - ... + def play(n_card: int, n_round: int) -> None: """ -- GitLab