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

Lesson 5.2 - Solution with 3 non-overlapping squares is not accepted #1043

Open
hillam opened this issue Jan 13, 2025 · 0 comments
Open

Lesson 5.2 - Solution with 3 non-overlapping squares is not accepted #1043

hillam opened this issue Jan 13, 2025 · 0 comments
Labels
bug Something isn't working as intended

Comments

@hillam
Copy link

hillam commented Jan 13, 2025

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.

The "Checks" simply says:

Draw Three Squares Of 200 Pixels

If 'diagonal stacking' is required, it should be mentioned in the "Checks".

Screenshots
Screenshot from 2025-01-13 14-09-18

@hillam hillam added the bug Something isn't working as intended label Jan 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working as intended
Projects
None yet
Development

No branches or pull requests

1 participant