Guest User

Untitled

a guest
Jan 18th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. ['identifier', 1, 2, 3, 4, 'identifier', 10, 11, 12, 13, 'identifier', ...]
  2.  
  3. for data in list:
  4. if data=='identifier':
  5. ==> create a new column in the CSV file and print the subsequent data points
Add Comment
Please, Sign In to add comment