Guest User

Untitled

a guest
Apr 20th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. name
  2.  
  3. john ※2    |
  4.  
  5. (attention) merry |
  6.  
  7. Michal  ※   |
  8.  
  9. continue
  10.  
  11. with connection.cursor() as cursor:
  12.  
  13. path = os.getcwd() + "/relation/" + str(number) +".csv"
  14.  
  15. f = open(path, 'r')
  16.  
  17. dataReader = csv.reader(f)
  18.  
  19. for row in dataReader:
  20. name = row[0]
  21.  
  22. print(row[0])
Add Comment
Please, Sign In to add comment