Skip to content

Instantly share code, notes, and snippets.

@cigrainger
Created April 28, 2014 14:17
Show Gist options
  • Select an option

  • Save cigrainger/11373497 to your computer and use it in GitHub Desktop.

Select an option

Save cigrainger/11373497 to your computer and use it in GitHub Desktop.
with open("C:\Users\graingec\spillovers\\abstracts\\abstracts.txt",'rb') as f:
for line in f:
i = 0
while i < 10:
print(line)
i = i+1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment