Skip to content

Instantly share code, notes, and snippets.

@bahrammp
Created August 6, 2018 15:12
Show Gist options
  • Save bahrammp/c9a12675cc6d8638dd628d31486e1bee to your computer and use it in GitHub Desktop.
Save bahrammp/c9a12675cc6d8638dd628d31486e1bee to your computer and use it in GitHub Desktop.
f = open('restaurants_links.txt','w+')
for i in restaurant_urls:
for j in i:
f.write(j)
f.write('\n')
f.close()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment