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 has been deleted.
lmao
This is my one-on-one solution(
why shouldn't I?
well, lets obfuscate it more
def reverse_string(string):
Splitting a string/list with [::-1] reverses it
return string[::-1]
why you making it longer??
whats the point
😂
Great job!
thats short, make it shorter
good job
that's good