MCPcopy Create free account
hub / github.com/geekcomputers/Python / generate_permutations.py

File generate_permutations.py

generate_permutations.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1def generate(A, k):
2 if k == 1:
3 print(A)
4 return

Callers

nothing calls this directly

Calls 1

generateFunction · 0.85

Tested by

no test coverage detected