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

Change code to match diagrams #318

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mrdrparker
Copy link
Contributor

Howdy,

The diagrams in Chapter 2: OOP indicate that the square has a side of length 2, and the circle has a radius of 3. This contradicts the code: the square has a side length of 3, and a circle with radius 2.

I changed the necessary .py and .out files to match the diagrams by changing the square to have a side length of 2, and the circle to have a radius of 3.

Also, thanks for creating this resource.

@gvwilson gvwilson self-assigned this Dec 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants