commit message from python script
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user