Skip to content

Instantly share code, notes, and snippets.

@pzp1997
Last active September 10, 2015 01:29
Show Gist options
  • Save pzp1997/fe099133ccb956c4dffe to your computer and use it in GitHub Desktop.
Save pzp1997/fe099133ccb956c4dffe to your computer and use it in GitHub Desktop.
oceans = [[], [], [], [], []]
def RegTemp(regcode):
oceans[regcode-1].append((int(input("Digite la temperatura: ")), input("Digite la fecha: ")))
Mayor = lambda regcode: max(i[0] for i in oceans[regcode-1])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment