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 to me what his code means because I'm not good at math?
just learn and practice regexs. it's worth it!
Math always wins!!!
This comment is hidden because it contains spoiler information about the solution
this looks elegant, but spreading an array into an argument list may be dangerous in case of big arrays
Hi @SkepticTank and welcome to Codewars! Good luck debugging this kata - just to say that the f before quotation marks thing is an example of a Python f-string (f for format/formatting).
You can learn more about them by Googling "Python f string" you'll find sites like this: https://realpython.com/python-f-strings/
(Not an endorsement of the site, just the first decent result that popped up).
What does f do before the quotationmarks? Haven't seen it before.
Also, thanks, will run it.
This kata is a perfect example of why a programmer needs math :)