8 lines
164 B
Python
8 lines
164 B
Python
import Formeln
|
|
import user_IO
|
|
import Klassen
|
|
while True:
|
|
dicts = user_IO.user_Input()
|
|
ret = Formeln.looper(dicts[0], dicts[1])
|
|
user_IO.user_Output(ret)
|