Ad
  • Default User Avatar

    It seems as if the values inside the second and third pair of brackets are indexing into the list defined inside the first pair. The '+' operator converts the characters '0' and '1' into their integer representations.

  • Default User Avatar
  • Default User Avatar

    Expected: '[['I', 'wish I hadn\'t come'], ['I wish', 'I hadn\'t come'], ['I wish I', 'hadn\'t come'], ['I wish I hadn\'t', 'come']]', instead got: '[['I', ' wish I hadn\'t come'], ['I wish', ' I hadn\'t come'], ['I wish I', ' hadn\'t come'], ['I wish I hadn\'t', ' come']]'

    It says I failed because of this.
    Is there a differnce between these outputs?