Skip to content

Instantly share code, notes, and snippets.

@ExcaliburZero
Created December 15, 2016 02:41
Show Gist options
  • Save ExcaliburZero/466c1e76b51164c8648dcc258e05d8fc to your computer and use it in GitHub Desktop.
Save ExcaliburZero/466c1e76b51164c8648dcc258e05d8fc to your computer and use it in GitHub Desktop.
Inverse
#!/usr/bin/python
import sys
if len(sys.argv) >= 2:
print 1.0 / float(sys.argv[1])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment