Guest User

Untitled

a guest
Aug 16th, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. all_options = {
  2. 'America': {
  3. 'New York': ['Statue of Liberty', 'Empire State Building'],
  4. 'San Francisco': ['Golden Gate Bridge', 'Mission District'],
  5. },
  6. 'Canada': {
  7. u'Montréal': ['Biodome', 'Parc Laurier'],
  8. 'Toronto': ['CN Tower', 'Royal Ontario Museum'],
  9. }
  10. }
Add Comment
Please, Sign In to add comment