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