Skip to content

✨ Add day 22.#19

Open
novotl wants to merge 1 commit intomainfrom
day_22
Open

✨ Add day 22.#19
novotl wants to merge 1 commit intomainfrom
day_22

Conversation

@novotl
Copy link
Owner

@novotl novotl commented Dec 23, 2021

Add solution to day 22.

Comment on lines +64 to +65
new_max_point = Point(*map(lambda x: max(-50, min(50, x)), self.max_point))
new_min_point = Point(*map(lambda x: max(-50, min(50, x)), self.min_point))
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Leftover constant from old version of the code.

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.

1 participant