From 66b383e702ccf6919c9f42a3345d202d6256a4e1 Mon Sep 17 00:00:00 2001 From: fischerth80683 Date: Thu, 6 Nov 2025 14:36:42 +0100 Subject: [PATCH] compute is back? and updated with tabulate ChatGPT mistake added --- compute.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/compute.py b/compute.py index b275f3e..d8f8ca5 100644 --- a/compute.py +++ b/compute.py @@ -77,6 +77,10 @@ def rot_2D(bogenmaß: float) -> list[list[float]]: ##auf Bogenmaß +##================================================================================= +if __name__ == "__main__": + print("Hallo") + #created by Chatgpt