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.
lmao
This is my one-on-one solution(
well, lets obfuscate it more
def reverse_string(string):
Splitting a string/list with [::-1] reverses it
return string[::-1]
whats the point
๐
Great job!
thats short, make it shorter
good job
that's good
most inefficient and retarded way to do this
very understandable
This is another instance when a user misinterprets
fork
askumite
orfork in solution panel
. Or they think their solution is better than the reference solution. Previously, I have encountered many such forks (mostly in JS and Python) and just straight up rejecting them.What's the goal of this fork? What does it change, and why?
This comment is hidden because it contains spoiler information about the solution
Loading more items...