Guest User

Untitled

a guest
Jan 20th, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. for i in objects:
  2. if count == 0:
  3. csvwriter.writerow(i.keys())
  4. count += 1
  5. csvwriter.writerow(i.values())
Add Comment
Please, Sign In to add comment