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 62be6d0 commit b393891Copy full SHA for b393891
python-break/for_loop_test_scores_example.py
@@ -4,7 +4,7 @@
4
5
num_failed_scores = 0
6
failed_score = 60
7
-needs_utoring = False
+needs_tutoring = False
8
for score in scores:
9
if score < failed_score:
10
num_failed_scores += 1
0 commit comments