5 lines
87 B
Python
5 lines
87 B
Python
#import Formeln
|
|
import user_IO
|
|
#import Klassen
|
|
while True:
|
|
_ = user_IO.user_Input() |