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.
lol :D pun police!
I did that too and finally patched the edge case. Would be easier if the input form for the entered_code would accept only text and not a .jpeg
For me it helped to print out 'entered_code' and 'correct_code' to factor in an edge case I didn't consider.
In pyton I convert both coupon codes to string so that i can compare them. The random tests have entered_code = 2 <type 'int'> and correct_code = '2' <type 'str'>. I wrote tests to account for this situation and they all pass. For some reason outside my understanding, this is the only case that won't let me submit my solution. Any thoughts?
This comment is hidden because it contains spoiler information about the solution
legend
thanks for looking out, homie
This comment is hidden because it contains spoiler information about the solution
i have failed my master...🥷🏻
Your solution is too slow. Not an issue.
This comment is hidden because it contains spoiler information about the solution