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 code is more like english
It might be easier to read when you have pages of code with many different functions.
i know of one other which was the exact same length. what are the other ways tho?
EDIT: I found a way which is 1 char shorter
IDK if it was a joke, but there are 3 shorter ways to import.
my exact solution but i was golfing
did the same, very neat!
This comment is hidden because it contains spoiler information about the solution
don't know. just wanted to do it with the least amount of code i could, mainly time's sake
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
could be
I see your point, but as a beginner, the first time I cam across such a solution, it really opened my eyes.
Cool trick, but I think this misses the point of the challenge. The goal seems to be practicing logic and problem-solving, not just renaming an existing method. This might confuse beginners who are trying to learn how to implement things themselves. It’s clever, but not the best for learning.
I originally had this, but it didn't work for me because the test cases were producing names with special characters at the start (like "[RILEY]") which won't return ideal outcome in this case... unless I'm missing something.
It's a horrible idea to use try/except for completely preventable exceptions.
Loading more items...