From e6c3227145873f7c55f63baa85d463fc880782dd Mon Sep 17 00:00:00 2001 From: Samuel Vermeulen Date: Tue, 3 Jan 2023 15:09:03 +0100 Subject: [PATCH] up --- Fiches_dinscription.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Fiches_dinscription.py diff --git a/Fiches_dinscription.py b/Fiches_dinscription.py new file mode 100644 index 0000000..0571193 --- /dev/null +++ b/Fiches_dinscription.py @@ -0,0 +1,5 @@ +nbPersonnes = int(input()) + +for loop in range(nbPersonnes): + identite = input().split(" ") + print(identite[1], identite[0]) \ No newline at end of file