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.
Yes this answer made me second guess my knowledge of delimiters.
Yes it does
realer than any solution ive ever seen
hows it been?
so wholesome
you're using syntax that only works in list comprehension without defining it as a list. you need the square brackets and even then you have to only return the first instance of x.
thats what i did
literally lolll. is it possible to do a 1kyu in one line? i wonder
i see. thank you
but actually i think you just removed all non digit numbers and then checked if the length is 11 and the first digit is 0. so i think i get it
honestly dont even bother explaining. im new to python and dont understand the re or functools module so i cant really understand this code regardless
how can we determine the outlier type from the first 3 elements? can't it be all even or all odd until lets say the 1000th element?
how can we determine the outlier type from the first 3 elements? can't it be all even or all odd until lets say the 1000th element?
You need to check what is "set" and its method "issubset". Order doesn't matter. And actually, sets are unordered in Python.
only solution ive seen similar to mine
Loading more items...