Skip to content

Instantly share code, notes, and snippets.

@codecademydev
Created December 31, 2018 14:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save codecademydev/ead8825278439597144f14e5da666a58 to your computer and use it in GitHub Desktop.
Save codecademydev/ead8825278439597144f14e5da666a58 to your computer and use it in GitHub Desktop.
Codecademy export
hobbies = []
# Add your code below!
for num in range(3):
hobby = raw_input("Tell me one of your favorite hobbies: ")
hobbies.append(hobby)
print hobbies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment