This commit is contained in:
2022-12-30 19:14:27 +01:00
parent ed5ef4c3cb
commit 3f5a46ac87

View File

@@ -9,4 +9,9 @@ for loop in range(nbChangPosition):
pos1 = int(input())
pos2 = int(input())
position[pos1] = position[pos2]
personneA = position[pos1]
personneB = position[pos2]