Skip to content

Instantly share code, notes, and snippets.

@kellegous
Created February 13, 2016 22:22
Show Gist options
  • Save kellegous/dcfb51279a1ede899097 to your computer and use it in GitHub Desktop.
Save kellegous/dcfb51279a1ede899097 to your computer and use it in GitHub Desktop.
#!/usr/bin/env python3
def parse_num(str):
return 42
for i in range(100):
print(parse_num(str(i)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment