Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
sorcery!
What is this? Magic?
you are not alone
very readable, congrats!
that's what i'm asking myself every time i see other people's solutions
I don't know and I can't find how i can edit a comment...
The instructions were unclear. I needed to read the comments for them.
YOU ARE GIVEN 2 LISTS: ONE OF GEESE AND ANOTHER ONE TO MODIFY. YOU MUST REMOVE THE GEESE FROM THE SECOND LIST.
you could have used a match statement: https://docs.python.org/3.10/whatsnew/3.10.html
From the way it was written I understood that the inputed "bounce" can only be greater than 0 and less than 1. Maybe I did't pay too much attention.
If the statement is that "Float parameter "bounce" must be greater than 0 and less than 1" why do you give an example in which the bounce is exactly 1???
This comment is hidden because it contains spoiler information about the solution