From 490fc9cb8ab6dac4c98cac8a3fe0364d74ad63fb Mon Sep 17 00:00:00 2001 From: jonnybravo Date: Wed, 8 May 2024 13:13:55 +0200 Subject: [PATCH] commit message from python script --- übung/rechner/main.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/übung/rechner/main.py b/übung/rechner/main.py index 51c91e2..9b47e26 100644 --- a/übung/rechner/main.py +++ b/übung/rechner/main.py @@ -12,13 +12,6 @@ class my_rechner: self.count_true = 0 self.count_false = 0 - - def check_input(self): - pass - - def rechnen(self): - pass - def check_rechnen(self): self.zahl1 = random.randint(1, 1000) self.zahl2 = random.randint(1, 1000)