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 i use my completed code for the solution and create a loop for 100 or more random test?
can i use my completed code for the solution and create a loop for 100 or more random test?
What must i do? Does just removing
@test.it('Example Test Case')
above random test solve this issue?I add a line to kata's description to solve it!
Thank ypu
I check the solution for 5 seconds time limit and it pass all the test, but as you say I increase the limit to 10 seconds.
3 more random test added :)
I add
from solution import sum_of_sides
in both
Of course, I am so stupid about that! I change the variable name to num, Thanks a lot
You are right, first I think I'm completely solve the issue but i didn't, and i cant find a way to reopen that issue.
I rewrite the test section, can you please check it again?
sorry i didn't get it, what is your suggestion?
I corrected it, Thank you
I make some random test for this kata, Can you please help me improve the random tests?