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.
This comment is hidden because it contains spoiler information about the solution
can someone explain it?
One of the best!
Exellent solution!!Nice code.
Wow...how far I have to go still.
Cool, couldn't figure out where to put if/else in join !!! Thanks
The problem is with big numbers: first a float division is made, and then only
math.floor
is applied to the result, but floats have a limited precision, so the final result is wrong. You can find more details there: https://python-forum.io/thread-9009.htmlcan someone explain me why is // work but floor import from math have totally different results?
You know when you see something so simple.
And it makes so much sense.
And you missed it when you were solving the problem.
This is that 🤦♂️
thank you so much !!!
Clear explanation:)!
My bad, i don't often comment and wasn't aware that they could see my reply
Please use a spoiler flag next time, or anyone is able to see your message from the dashboard.
This comment is hidden because it contains spoiler information about the solution
I get the whole code but how does it place the exclamation marks to the end of the sentence?which part of the code make that happen?
Loading more items...