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.
the direction was to write the factorial function not to import the existing one
11231
11[12.23,31 and 11] <= from first
11231 for 3
112[123,231, 311,111]
See there: https://docs.codewars.com/training/troubleshooting/
in case this helps, pay attention to the non-alphabet characters
approx_equals
should be used instead ofassert_equals
due to possibilities of rounding errorsThe input validation is worthless and should be removed
11231 (sequence)
11 ['12', '23', '31']
12 ['23', '31']
23 ['31']
31 []
True should equal False
Can anyone explain why is it False?
Edit: Oh nevermind! I got it
thanks for the info!
Okay I'll work on that, thanks for the feedback
You should try to Rephrase the description, its kinda confusing
@FArekkusu:
those two are meaningless if you don't provide more information.
Hi,
You'll find some info there: https://docs.codewars.com/languages/python/authoring/
thanks for the feedback, very apreciate it!
is there any way to improve on any of these? sorry that I am new at kata creating
Loading more items...