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.
same here. I wrote the 5 lines of code to create a new list, go through the range of n to append value into the new list. :)
I ❤️ PYTHON
Wow! Another brillant one-liner!
print("Hello World!")
Thanks for reminding me of this type of construction with .format, love this too
I am amazed
This comment is hidden because it contains spoiler information about the solution
I think it's the easiest problem here:)
This comment is hidden because it contains spoiler information about the solution
How exactly do you expect Python to parse
"abc"as a number?Because you cannot convert a letter to a number.
How that's works?
This solution is actually quite close to the timeout limit and will sometimes not even make it. Not that mine is any better really!
This comment is hidden because it contains spoiler information about the solution
Description should be made language-agnostic
Loading more items...