We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 463664a commit 77a8030Copy full SHA for 77a8030
Python Project/code/examination.py
@@ -79,7 +79,6 @@ def examStats(*args) :
79
lst_marks.append(marks/std)
80
courses1.append([lst_batches,lst_marks])
81
for row in courses1:
82
- print(row)
83
if row[0]==[] or row[1]==[]:
84
courses1.remove(row)
85
0 commit comments