Ad
  • Custom User Avatar

    Hrm, it works fine for me when I cast the zip object to a list, and actually I can't see why that wouldn't work -- there weren't any fundamental changes to zip() between 2 and 3 besides its return type.

  • Custom User Avatar

    It does not work in Python 3.

  • Custom User Avatar

    This solution no longer seems to work when I tested it. Returns error zip object not subscriptable. I tried adding in another list() around the zip but this didn't help. Not sure exactly what the problem is.