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.
Default method signature for Python was:
def reverse()
with the missing argument(n)
.Please fix this!
I think the new runner with the new scope handling broke the kata, because
str()
(redefined inside the fixture) works normally, so even that trash anticheat doesn't work anymore.The description of the problem is not complete.
Could have added example inputs and outputs, limits/constraints of inputs to be expected etc..
Duplicate of https://www.codewars.com/kata/reverse-a-number
This comment is hidden because it contains spoiler information about the solution