Skip to content

Commit 77a8030

Browse files
authoredJan 2, 2023
Update examination.py
1 parent 463664a commit 77a8030

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎Python Project/code/examination.py

-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ def examStats(*args) :
7979
lst_marks.append(marks/std)
8080
courses1.append([lst_batches,lst_marks])
8181
for row in courses1:
82-
print(row)
8382
if row[0]==[] or row[1]==[]:
8483
courses1.remove(row)
8584

0 commit comments

Comments
 (0)
Please sign in to comment.