Move History

Fork Selected
  • Code
    why = lambda: "".join(map(lambda _: chr(int(_)),'1196932694569326910469326945693269121'.split("69")))
    Test Cases
    import codewars_test as test
    # TODO Write tests
    import solution # or from solution import example
    
    # test.assert_equals(actual, expected, [optional] message)
    @test.describe("Example")
    def test_group():
        @test.it("test case")
        def test_case():
            test.assert_equals(why(), 'w - h - y')
    
  • Code
    • why =lambda:"".join(map(lambda _:chr(int(_)),'1196932694569326910469326945693269121'.split("69")))
    • why = lambda: "".join(map(lambda _: chr(int(_)),'1196932694569326910469326945693269121'.split("69")))