Skip to content

Commit dd6d58e

Browse files
authored
Update 4-challenge-list-of-lists.py
1 parent 9f5dd66 commit dd6d58e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ch09-lists-tuples-and-dictionaries/4-challenge-list-of-lists.py

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44

55
def enrollment_stats(list_of_universities):
6-
76
# Variables
87
total_students = []
98
total_tuition = []

0 commit comments

Comments
 (0)