PEP 8 and other style changes

This commit is contained in:
2019-07-24 17:01:25 +02:00
parent feb72b7c5a
commit 55f05980ea
4 changed files with 68 additions and 31 deletions
+2 -2
View File
@@ -2,6 +2,6 @@ import Formeln
import user_IO
import Klassen
while True:
dicts = user_IO.user_Input()
dicts = user_IO.user_input()
ret = Formeln.looper(dicts[0], dicts[1])
user_IO.user_Output(ret)
user_IO.user_output(ret)