Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am sleepyginger on github.
  • I am dansalazar (https://keybase.io/dansalazar) on keybase.
  • I have a public key ASAt29rbs49IRCYijAg02-B3TxGJQypsIB9s97-tYNtO6wo

To claim this, I am signing this object:

numlist2=[0,3,2,7,8,3,4,5]
def get_max(lista):
lista.sort();
print lista[-1];
get_max(numlist2)