Ad
  • Default User Avatar

    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 :sparkles: future :sparkles:

  • Default User Avatar

    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"

  • Default User Avatar

    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 ;)

  • Default User Avatar

    Resolved

  • Default User Avatar

    woops! Good catch, changed it :)

  • Default User Avatar

    Python 3.8 is now enabled, will check the link for the new test framework and the random testing

  • Default User Avatar

    Alright! I completely misunderstood that sentence. Thanks for your help.

  • Default User Avatar

    This comment is hidden because it contains spoiler information about the solution

  • Default User Avatar

    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 :)