Skip to content

Commit e99b7ab

Browse files
authored
Update participation_grade.py
1 parent 754a7dc commit e99b7ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

2_intermediate/chapter9/solutions/participation_grade.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Warning: can be challenging
22
#
3-
# A teacher is given a list of students. The number of occurences of a student's
3+
# A teacher is given a list of students.The number of occurences of a student's
44
# name in the list is the number of times the student participated in this week.
55
# If a student has more the 7 participation, then got an A. If a student has
66
# more than 3 but less than 8, the student got a B. If a student has more than

0 commit comments

Comments
 (0)