I had submitted the same twice until it passed, because the first time
a row's name had 5 words "the hon. jesus name name" instead of 4... it is implied there are max 4 from the description.
It's always mindblowing to see how other people solve difficult questions so elegently as a noob
Still i'm proud i solved it, even though it was the most backwards dumb inefficient way possible lol
thanks for the kata
Great kata, a shame there are not more of this sort.
Went surprisingly smoothly for me until the rounding of % part...
funnily enough I learned the most from realizing 100* vs 100.0* changes everything (tried to solve the decimal % with much more complex methods lol)
It was unclear that the results needed to include the IDs and not just the names (4 columns instead of 3). I spent a good 15 minutes not realising I was missing this, was very frustrating. This should be reprashed:
"You should return all people fields as well as the sale count as "sale_count" and the rank as "sale_rank"."
Also would've been useful to be able to see the expected results like in other katas, would've realised this in a second if so.
Yes, it is possible, and the problem is in your code, read this: https://docs.codewars.com/training/troubleshooting#works-but-no
This comment is hidden because it contains spoiler information about the solution
Approved
Thanks for this fun kata, feeling smarter than I should for solving my first Kyu 6 python, LOL.
I had submitted the same twice until it passed, because the first time
a row's name had 5 words "the hon. jesus name name" instead of 4... it is implied there are max 4 from the description.
It's always mindblowing to see how other people solve difficult questions so elegently as a noob
Still i'm proud i solved it, even though it was the most backwards dumb inefficient way possible lol
thanks for the kata
Great kata, a shame there are not more of this sort.
Went surprisingly smoothly for me until the rounding of % part...
funnily enough I learned the most from realizing 100* vs 100.0* changes everything (tried to solve the decimal % with much more complex methods lol)
thank you pmatseykanets
All the relevant informations are in solution set up. If you lost them, save your code and click on
reset
.SQL table name? seems like the description is lacking
I see what you mean, maybe it's because I am not a native English speaker I understood it as names alone... I get how dumb that is now but still.
id is one of the fields, isn't it?
It was unclear that the results needed to include the IDs and not just the names (4 columns instead of 3). I spent a good 15 minutes not realising I was missing this, was very frustrating. This should be reprashed:
"You should return all people fields as well as the sale count as "sale_count" and the rank as "sale_rank"."
Also would've been useful to be able to see the expected results like in other katas, would've realised this in a second if so.