Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ENH] Add missing feedback to MC question in section Iterables #173

Merged
merged 1 commit into from
Jan 14, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -115,11 +115,12 @@ The iterator (loop) variable is the variable which stores a portion of the itera
:answer_b: list
:answer_c: tuple
:answer_d: iterable
:answer_e: error, unable to iterate over the object.
:feedback_a:
:feedback_b:
:feedback_c:
:feedback_d:
:answer_e: error, unable to iterate over the object.
:feedback_a: Correct! The iterable is a string.
:feedback_b: Incorrect, there is no list in the code.
:feedback_c: Incorrect, the iterable is not a tuple.
:feedback_d: Incorrect, that is not the best answer for this problem.
:feedback_e: Incorrect, Python can iterate over this type.
:correct: a
:practice: T

Expand Down