Skip to content

Commit c26256e

Browse files
authored
Fixed some lint problem ?
1 parent e99b7ab commit c26256e

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,7 +1,7 @@
11
# Warning: can be challenging
22
#
33
# A teacher is given a list of students.The number of occurences of a student's
4-
# name in the list is the number of times the student participated in this week.
4+
# name in the list is the number of times the student participated 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
77
# 0 but less than 4, the student got a C.

0 commit comments

Comments
 (0)