Ad
  • Custom User Avatar

    Python 2.7 version works perfectly fine. There should be an error when no code is entered within the function because functions by their very definition can't be empty.

  • Default User Avatar

    On Python with no code i got the following error:
    File "", line 8
    Test.expect( goodVsEvil('1 1 1 1 1 1', '1 1 1 1 1 1 1') == 'Battle Result: Evil eradicates all trace of Good', 'Evil should win' );
    ^
    IndentationError: expected an indented block