Less verbose

main
bashrc 2026-08-10 10:46:27 +01:00
parent 226dc0ceeb
commit b019814164
1 changed files with 1 additions and 1 deletions

View File

@ -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