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.
can you explain how these words are interconnected?
It worked just fine for me. Read this: https://github.com/codewars/codewars.com/wiki/Troubleshooting-your-solution
Running into the same issue. Run the "failed" random tests in a seperate IDE and works fine
broken kata. Every try different number of errors. My code works with all url's that were marked as error...
Maybe my solution helps you?
nice answer kiddo
It's pure maths; more specific: trigonometry.
This comment is hidden because it contains spoiler information about the solution
Which language? For Python, the idea is that you should return a generator expression - not sure what they're called in Haskell and JavaScript but they do have similar ideas.
See link in reply to comment below for more details.
Hey I'm a bit confused by the description. Can someone tell me what is my function supposed to return here??
:=
is a standard notation for assignment. Here it is used in a Pascal notation, so that there is no confusion with languages where=
is used for comparison.Guys, // was not the problem, := was what threw me off-balance. I didn't know about walrus operator and I thought it works the same as += or *= operators. It's cool that I could learn about new functionality but walrus operator is unnecesary in the description :P
Python Generators
Can someone help me with generators?
I use python and the poblem is that i cant get the numbers to evaluate the steps.
function(nothing):
code
How can i with this type of func structure get the numbers to computate steps?
It would be much easier if the func was
function(num):
code
can you give me advice?