@ -1,10 +1,10 @@
auteur = [0] * 6
titre = [0] * 6
for loop in range(6):
auteur[loop] = input()
titre[loop] = input()
for livre in range(6):
auteur[livre] = input()
titre[livre] = input()
print(titre[loop])
print(auteur[loop])
print(titre[livre])
print(auteur[livre])