commit message from python script

This commit is contained in:
2024-05-08 13:13:55 +02:00
parent 5ba107cf28
commit 490fc9cb8a

View File

@@ -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)