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.
I know they aren't random. But the person that wants to hard code all the answers to the 3000 test can absolutely have this kata ;) I could find easy documentation about writing random tests and my time is limited so this is the best I can do for now. Who know I will write some random testing logic in the future
Random tests are not implemented, but I did create a local file that created 3000 random tests (1500 True, 1500 False). So the one who can escape them all is more than welcome to have this kata as "Solved"
Check
Check
Check
Check
and kinda of check, didn't really check but with 1500 random tests there should be one starting with a Z ;)
Resolved
woops! Good catch, changed it :)
Python 3.8 is now enabled, will check the link for the new test framework and the random testing
Alright! I completely misunderstood that sentence. Thanks for your help.
This comment is hidden because it contains spoiler information about the solution
In all test cases my python program succeeds. However, when attempting every other case (besides the test cases) it fails. I printed the string I receive right after the function is called. This is what I got:
fbpZqsBLPy_://'Yl/kzfRu-.;/:auKl'Uw-'Yl..;!'Yl,/./ghokhPGCh??;/ghokhPGCh-ghokhPGCh-:- -sdEByUJzCo.;//CJCKSIs:_ ;auKl'Uw?:/.epH!!!;auKl'Uw/sdEByUJzCo-?-sdEByUJzCo;.,.ghokhPGCh !??,auKl'Uw,?:!kzfRu.,ghokhPGCh?-? kzfRu:sdEByUJzCo.,;fbpZqsBLPy!ghokhPGCh-?-'Yl!;!.kzfRu;;.'Yl.!:/:sdEByUJzCo -ghokhPGCh,kzfRu!sdEByUJzCo -.:;auKl'Uw/:'Yl?./,'Yl?sdEByUJzCo!! ! fbpZqsBLPy kzfRu!. sdEByUJzCo_.,,.sdEByUJzCo/ !;ghokhPGCh /;/-kzfRu; ,fbpZqsBLPy,!auKl'Uw;sdEByUJzCo ,sdEByUJzCo-auKl'Uw kzfRu?-,'Yl !/auKl'Uw:/,epH,auKl'Uw/__-/kzfRu.sdEByUJzCo !:fbpZqsBLPy,:-/ghokhPGCh;;;;sdEByUJzCo-,.!ghokhPGCh_auKl'Uw-.:.kzfRu,-'Yl?/,?-CJCKSIs;:kzfRu:--??kzfRu/;,epH/epH-/kzfRu?auKl'Uw/;,ghokhPGCh/,-!auKl'Uw:.,CJCKSIs../:;sdEByUJzCo,.'Yl:.:fbpZqsBLPy:!'Yl??; kzfRu :-'Yl?, !?fbpZqsBLPy,;.sdEByUJzCo:-?fbpZqsBLPy ?.,ghokhPGCh:/?fbpZqsBLPy_kzfRu!,ghokhPGCh:.kzfRu;sdEByUJzCo,CJCKSIs:-!!ghokhPGCh,, ghokhPGCh-:-kzfRu ghokhPGCh/!epH!/.!kzfRu .;epH-kzfRu ;:.'Yl/ sdEByUJzCo-sdEByUJzCo!.,-auKl'Uw?kzfRu ! - ghokhPGCh;:'Yl-,;!ghokhPGCh //auKl'Uw.-auKl'Uw:,auKl'Uw;,/CJCKSIs/- !kzfRu!;auKl'Uw,:-kzfRu:/-epH ghokhPGCh-/auKl'Uw:kzfRu!.sdEByUJzCo-.-auKl'Uw auKl'Uw?--:sdEByUJzCo;!kzfRu/'Yl:.!/'Yl:!!auKl'Uw?'Yl! :/'Yl?//fbpZqsBLPy sdEByUJzCo.:,,'Yl.:/sdEByUJzCo ?sdEByUJzCo ghokhPGCh fbpZqsBLPy?!,auKl'Uw:'Yl,/?kzfRu-:?:ghokhPGCh,?-fbpZqsBLPy-...auKl'Uw,kzfRu/;:,ghokhPGCh-fbpZqsBLPy!?.ghokhPGCh-kzfRu?:kzfRu;!ghokhPGCh.-fbpZqsBLPy sdEByUJzCo!-:-ghokhPGCh;?/'Yl?fbpZqsBLPy:;;.'Yl!/ !!ghokhPGCh!,./ghokhPGCh:!ghokhPGCh_'Yl?.,'Yl.'Yl auKl'Uw/, auKl'Uw.;,kzfRu.. ?,ghokhPGCh:!kzfRu:?'Yl,.-_-
This doesn't seem right to me.. Thank you in advance :)