This commit is contained in:
tstst334
2019-08-02 15:52:16 +02:00
parent 93c9c9d33c
commit 16cb42203d
2 changed files with 5 additions and 1 deletions
+2
View File
@@ -30,6 +30,8 @@ try:
_subject = user_input[1]
subject_get = subject.get_subject(subjects, _subject)
user_IO.user_output(subject_get.return_average_subject)
elif input_or_output == "exit":
break
raise SystemError
except Exception as e: