-
Notifications
You must be signed in to change notification settings - Fork 30
Control flow: add quizzes #228
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, @despadam. I had some fun answering the quizzes.
""", | ||
options={ | ||
"9": "Pay attention to the range of the outter loop.", | ||
"18": "Correct!", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please revisit this question. Something is wrong here.
"18": "Correct!", | |
"90": "Correct!", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please revisit this question. Something is here.
Good catch! I was using the wrong range in the outer loop. It is fixed now
Co-authored-by: Aliaksandr Yakutovich <yakutovicha@gmail.com>
…-it/python-tutorial into 215-control-flow
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
Fixes #215