From 24de302dfb2d4491073b7867fcdcafe8b19af193 Mon Sep 17 00:00:00 2001 From: tebarius Date: Tue, 22 Jul 2025 23:50:14 +0200 Subject: [PATCH] kenny + primzahlen --- app/tools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/tools.py b/app/tools.py index b2e9c28..1d66b0c 100644 --- a/app/tools.py +++ b/app/tools.py @@ -979,7 +979,7 @@ def primfaktoren(eingabetext): return out[:-2] ''' -def deztohexoctbin(): +def dez_to_hex_oct_bin(): seperator = ("|,", "_", "/", ";", ",") eingabetext = Eingabe.get(1.0, END)