python/Fiches_dinscription.py
2023-01-03 15:09:03 +01:00

5 lines
129 B
Python

nbPersonnes = int(input())
for loop in range(nbPersonnes):
identite = input().split(" ")
print(identite[1], identite[0])