Skip to content

Instantly share code, notes, and snippets.

@suemnjeri
Created June 7, 2021 06:47
Show Gist options
  • Select an option

  • Save suemnjeri/44ad4af3ecc5feace2a066be6e1f684c to your computer and use it in GitHub Desktop.

Select an option

Save suemnjeri/44ad4af3ecc5feace2a066be6e1f684c to your computer and use it in GitHub Desktop.
f = open('math results.xml')
n = 20
for i in range(n):
print(f.readline())
f.close()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment