Skip to content

Instantly share code, notes, and snippets.

@mayonesa
Created May 8, 2017 02:22
Show Gist options
  • Save mayonesa/83f131fbf7543d509faf013327d39002 to your computer and use it in GitHub Desktop.
Save mayonesa/83f131fbf7543d509faf013327d39002 to your computer and use it in GitHub Desktop.
def median(data):
return sorted(data)[len(data)/2]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment