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.
I am writing on Python 3.4
Have you ever had situation that 2nd test gave back not right value with the same parameters?
I execute it on my machine, all is ok, interpreters are the same. I have runned many examples below and all are right.
What is wrong??
bouncingBall(30, 0.66, 1.5) gives me on local machine 15, server gives 18
Can smb explain? Tried to rewrite code here several times, the same