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.
return str(f"{coefficient // exponent}x^{exponent}")
try
return f"{coefficient // exponent}x^{exponent}"
The desciption is for all languages. Since SQL is somewhat special you are not forced to write a function but it is sufficient to write a query resulting in the desired output.
How is this correct? The Kata asked to write a function!
lol, I tried this and didn't work for me
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Did You solved the kata? I'm not a JavaScript expert, but the
IsPrime
function looks OK to me. To spead up your code just find the first prime number addstep
to it and if it's a prime then You found the result.