We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In lesson 5.2, not all solutions that draw 3 non-overlapping squares are accepted. The attached screenshot is one example.
The lesson text says:
If you just call the function, all three squares will overlap. To stack them diagonally, call jump(300, 300) between two calls to draw_square().
However, this statement is untrue if you remove the last turn_right call as I did in the attached screenshot.
turn_right
The "Checks" simply says:
Draw Three Squares Of 200 Pixels
If 'diagonal stacking' is required, it should be mentioned in the "Checks".
Screenshots
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In lesson 5.2, not all solutions that draw 3 non-overlapping squares are accepted. The attached screenshot is one example.
The lesson text says:
However, this statement is untrue if you remove the last
turn_right
call as I did in the attached screenshot.The "Checks" simply says:
If 'diagonal stacking' is required, it should be mentioned in the "Checks".
Screenshots
The text was updated successfully, but these errors were encountered: