6 lines
71 B
Text
6 lines
71 B
Text
|
|
V a = [1, 2, 3]
|
||
|
|
L
|
||
|
|
print(a)
|
||
|
|
I !a.next_permutation()
|
||
|
|
L.break
|