We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e99b7ab commit c26256eCopy full SHA for c26256e
2_intermediate/chapter9/solutions/participation_grade.py
@@ -1,7 +1,7 @@
1
# Warning: can be challenging
2
#
3
# 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.
+# name in the list is the number of times the student participated this week.
5
# If a student has more the 7 participation, then got an A. If a student has
6
# more than 3 but less than 8, the student got a B. If a student has more than
7
# 0 but less than 4, the student got a C.
0 commit comments