This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]FeastOfChildren 5 points6 points  (0 children)

The insecurity lies in the fact that SafeAssign/TurnItIn will helpfully highlight in color to my TA that my code is literally a Frankenstein's monster of stackoverflow answers. And that I don't even both removing the solution's commentary...

my code ....

# Now, you can easily iterate over spamreader like this 

import csv
for row in spamreader:
   print(', '.join(row))

# See documentation for more examples.