Skip to content

Commit ae50c3b

Browse files
committed
Fix to problem 16
Left a call from a previous version of the problem
1 parent c792df0 commit ae50c3b

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

_sources/iterations/Exercises.rst

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ Multiple Choice Questions
391391
for j in range(1,4):
392392
print(i, j, end=' ')
393393

394-
.. mchoice:: e5mc16
394+
.. mchoice:: e5mc16-v2
395395
:practice: T
396396
:answer_a: 1018
397397
:answer_b: 1009
@@ -416,8 +416,4 @@ Multiple Choice Questions
416416
total += num
417417
return total
418418
419-
mystery([8, 2, 999, 5, 4])
420-
421-
422-
423-
print(mystery("walking"))
419+
print(mystery([8, 2, 999, 5, 4]))

0 commit comments

Comments
 (0)