Åsmund Steen Skjæveland
Results
2
issues of
Åsmund Steen Skjæveland
Copying and pasting code in fixed form does not preserve indentation. If the first line has a comment marker in the first column, all copied lines are placed in the...
zip() returns an iterator in Python 3. Wrapping the iterator in list() returns the zipped list, and does not change the zipped list in Python 2,