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.
the one liner wizard. Not a pro enough to start doing 1 liner xD
python goated
You have to turn off the computers, geniuses do that
No wayyyy :0
damn
Yes, but kata solutions don't necessarily have to be efficient (unless the kata tests explicitly require them to be such).
This is really cool,but I'll learn it later when I become an expert!
Also, for generally creatively short and impractical code, look up code golf! You'll probably find some challenges and guides.
The best way might just be to do katas on here and look at the solutions sorted by "clever" at the end, and then trying to understand them.
can you tell where you can learn this type of code i want to learn that type can anybody tell where i can learn
ヽ(≧□≦)ノ
ヽ(≧□≦)ノ
Because for char in s, we are iterating over each character in the string s, and for each character c, we are multiplying it by 2 (c * 2) to create a new string with the character repeated twice. The join() method is then used to concatenate all the doubled characters into a single string.
i have no idiea ,absolute code
I think it is better to train yourself to be a oneliner. Actually I am new here. It is my second day here. And I am trying my best to complete challenges with one line only. It is fun you know. And it changes your mind a lot. THANK YOU ONE LINERS. You teach me a lot.
Loading more items...