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 agree. Replace "/" with "//" and this solution is pretty close to perfect.
can somebody plz told me why my one code is not running and other is doing perfectly fine when the two is totally same..? plz?
thoughtful! just could use the power of python >> built-in functions
type casting should have been done in the return statement, as it may not result any remainder, but the result of the division d always be a float. # Just a precaution