Skip to content

Instantly share code, notes, and snippets.

@pigmonchu
Created November 29, 2021 16:58
Show Gist options
  • Save pigmonchu/f6bbc7207ce368f4d00f5503f476c2bc to your computer and use it in GitHub Desktop.
Save pigmonchu/f6bbc7207ce368f4d00f5503f476c2bc to your computer and use it in GitHub Desktop.
fruits = {'banana', 'apple', 'orange', 'cherry'}
fruits.add('orange') # ¿qué hará esta línea?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment