maj
This commit is contained in:
@@ -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]
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user