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.
It kind of is, it's considered bad practice but you can break lines using a ; in python.
It's ugly as sin though.
I think it is a lot better if the growing Speed is subtracted from the initial height instead of introducing an unnecessary variable height
also i have never seen anyone using a semicolon at the end of a function in python.. is that a thing?
Note that the initial height is set to upSpeed and height is compared to desiredHeight before the night falls.
Added the limitation.
This comment is hidden because it contains spoiler information about the solution
Ok ! I got it ! For the future lost guys after me :
You cut only once ! I thought it was 1 cut, then 1 cut, then 1 cut... In fact, you have the same big cube, and the cut results in many small cubes, in only one operation ; if cuts=1, then you cut in the middle of the cube, in three directions. If cuts=4, then it's like you cut it 12 times (4*3) at the same time.
Good luck ! :)
I read it several times, and I still don't understand...
Don't get the examples either... :D
You have to be a hacker... Think without the rules you know in SQL, but with the rules you know in everyday programming.