Skip to content

Instantly share code, notes, and snippets.

@ricardosiri68
Last active December 16, 2015 05:28
Show Gist options
  • Save ricardosiri68/5384340 to your computer and use it in GitHub Desktop.
Save ricardosiri68/5384340 to your computer and use it in GitHub Desktop.
def maximo(lista):
m = max(lista)
print m
lista=[1,50,60,5]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment