Skip to content

Instantly share code, notes, and snippets.

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