User output #14

Merged
tstst334 merged 6 commits from user_output into master 2019-08-02 15:28:13 +02:00
Showing only changes of commit 0bde875b3d - Show all commits
+2 -1
View File
@@ -40,4 +40,5 @@ def user_output(subject, categories, average):
string = ""
for grade in categories[category]:
string += str(grade) + ", "
print("\n")
print(string + "\n")