user_outeput

This commit is contained in:
tstst334
2019-08-02 14:24:10 +02:00
parent 80d34b8bcc
commit 0bde875b3d
+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")