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.
No random tests.
There're already many katas about tic-tac-toe, including ones where you check the game state, and ones where you have to make a move. This slight variation doesn't add anything new.
Also, please stop creating low-effort katas. 5 out of 8 katas you made got retired and the other 3 are stuck with <50% satisfaction rating (forever?). At this point the mods should issue a warning about spam/poor authoring/whatever.
This comment is hidden because it contains spoiler information about the solution
Duplicate despite bug fixing
wow, a friend, you say?
It's not me.... My friend did that :(
WHAT IS THIS???
why should we return an empty list if n==0?
doesn't it make more sense to return None
Fix The Top Left
you could maybe add
without rounding the number
after the endalso, note the typo ;)
add random tests
add Correct if
1 + 1 = 0
if 1 + 1 != 0 Don't Add Anything
This comment is hidden because it contains spoiler information about the solution
am i missing something for this test case
48755066 + 365691373 = 48735943
?['48755066 + 365691373 = 48735943', '48755066 + √365691373 = 48735943', '48755066 + √(-19123)*(-19123) = 48735943', '48755066 + √((-19123²)) = 48735943', '48755066 + (-19123) = 48735943']
is the expected answer, but if you look at the last step,48755066 + (-19123)
is equal to48735943
so shouldn't the answer return*Correct*
?Loading more items...