Skip to content

Instantly share code, notes, and snippets.

@olls
Last active August 29, 2015 14:05
Show Gist options
  • Save olls/9b1fbf4c50e2b20554d7 to your computer and use it in GitHub Desktop.
Save olls/9b1fbf4c50e2b20554d7 to your computer and use it in GitHub Desktop.
An average grade calcuator
import sys
a=sys.argv[1].lower()
print(sum('*abcdeu'.find(g)/len(a)for g in a))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment