Skip to content

Instantly share code, notes, and snippets.

@codecademydev
Created November 29, 2018 21:00
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/14a7e3206d32635934280e24c621e0b2 to your computer and use it in GitHub Desktop.
Save codecademydev/14a7e3206d32635934280e24c621e0b2 to your computer and use it in GitHub Desktop.
Codecademy export
hobbies = []
b = 3
# Add your code below!
hobby = raw_input("What is a hobby you have? ")
for x in range(3):
hobby
hobbies.append(hobby)
print hobbies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment