Ad
  • Default User Avatar

    you have defined a times function in your code. however, it does not accept arguments. you need to alter your times function (and others) so that it (they) take(s) arguments.

  • Default User Avatar

    Notice that over 25K solves have been successull in Python (your language).

    Your function declarations to not take any arguments, but where necessary they will need to... to function.

    So, rewrite them to accept the correct input(s).