mirror of https://gitlab.com/bashrc2/epicyon
Less verbose
parent
226dc0ceeb
commit
b019814164
|
|
@ -4464,7 +4464,7 @@ def permutations(elements):
|
|||
|
||||
# no more permutations
|
||||
if k is None:
|
||||
print('EX: permutations StopIteration')
|
||||
# print('EX: permutations StopIteration')
|
||||
break
|
||||
|
||||
# swap k and the element it is looking at
|
||||
|
|
|
|||
Loading…
Reference in New Issue