Skip to content

Commit b393891

Browse files
authored
Update for_loop_test_scores_example.py
Fixed a variable typo
1 parent 62be6d0 commit b393891

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python-break/for_loop_test_scores_example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
num_failed_scores = 0
66
failed_score = 60
7-
needs_utoring = False
7+
needs_tutoring = False
88
for score in scores:
99
if score < failed_score:
1010
num_failed_scores += 1

0 commit comments

Comments
 (0)