Ad
  • Custom User Avatar

    The instructions ask to return "true" or "false", this is not possible in Python.
    Not sure if it works like this, but can the Python-instructions be changed to read "True" and "False".

    Additionally, a portion of a string (to me) is equivalent to a slice, i.e. word[2:5], as far as I understand this exercises asks if str2 could be built from characters taken from str1 (without repeats, two "x"s in str2 require (at least) two "x"s in str1 one).
    Maybe we could work on the wording a bit?

  • Custom User Avatar

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