Skip to content

Instantly share code, notes, and snippets.

@pigmonchu
Last active November 29, 2021 16:37
Show Gist options
  • Save pigmonchu/0b1e481c4b9ef879af2e8407f26a7156 to your computer and use it in GitHub Desktop.
Save pigmonchu/0b1e481c4b9ef879af2e8407f26a7156 to your computer and use it in GitHub Desktop.
Segunda cuestion
def f(ht):
b = 0
for elt in ht:
b = elt + b
return b
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment