ein bisschen ausgabe-kosmetik

This commit is contained in:
2025-07-24 23:54:18 +02:00
parent 97a096446c
commit 0afcd25bf5
2 changed files with 34 additions and 38 deletions

View File

@@ -39,7 +39,6 @@ def primzahlliste(grenze):
# ***alle permutationen generieren***
@st.cache_resource
def all_perms(liste):
if len(liste) <= 1:
yield liste