kenny + primzahlen

This commit is contained in:
2025-07-22 23:50:14 +02:00
parent 3edee3c19e
commit 24de302dfb

View File

@@ -979,7 +979,7 @@ def primfaktoren(eingabetext):
return out[:-2] return out[:-2]
''' '''
def deztohexoctbin(): def dez_to_hex_oct_bin():
seperator = ("|,", "_", "/", ";", ",") seperator = ("|,", "_", "/", ";", ",")
eingabetext = Eingabe.get(1.0, END) eingabetext = Eingabe.get(1.0, END)