Skip to content

Instantly share code, notes, and snippets.

@ties
Created February 21, 2017 11:34
Show Gist options
  • Save ties/f84789ab2cf7ffe4232fac9a74dee332 to your computer and use it in GitHub Desktop.
Save ties/f84789ab2cf7ffe4232fac9a74dee332 to your computer and use it in GitHub Desktop.
#
# Python code written by undergraduate math student:
#
i = 1
while i in range(1, 10):
print(i)
i += 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment