Ad
  • Default User Avatar

    Kata expects strings to have no spaces between values, while default python formating uses a space. So you need to overwrite the tuple printing and do it yourself...

  • Default User Avatar

    For some reason I didn't have to pass all test cases to be able to submit final. It may be a bug... ?

  • Default User Avatar

    Bug Report: Default argument name (str) is a keyword in Python, and should not be overwritten.