Guest User

Untitled

a guest
Jun 22nd, 2018
468
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. hobbies = []
  2.  
  3. # Add your code below!
  4. for hobby in range(3):
  5. hobby = raw_input('Enter a hobby: ')
  6. hobbies.append(hobby)
  7. print hobbies
Add Comment
Please, Sign In to add comment