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.
Python 3.8 translation
Can someone approve this?
Python translation:
I'm having trouble passing the random test in python - still relatively new to the language, so it may be on my end. However, if I print out the list that is given as argument, and calculate by hand, I'm getting the same (apparently false) outcome, but somehow it doesn't pass the random test (it does pass all other tests). It is always in the real part of the sum.
Ok, this worked:) Thanks
So I forked your translation, now you just have to merge my changes, I think. I'm not entirely sure how this works...
Thank you, this is awesome!
I've made some small changes to the original, added 3 new test for "0"-s in input, and changed the description (
coefficiens are integers
) I tried to accept yours but it says the recent changes should be merged in your description. I'm not sure if and how I can do that.approved :)
unpopular? Just because the author is too popular ;-)
Happy coding
^_^
No. The first solution is invalid.
The last clue of the vertical clues is
(2, 1)
. This means that(1, 0, 0, 1, 1)
is invalid.The correct solution is:
Happy coding
^_^
Valid comment! I have now clarified this in the description: "Vowels are AEIOU. The letter Y is a consonant for this exercise."