Skip to content

Instantly share code, notes, and snippets.

@smoovej
Created January 31, 2013 18:13
Show Gist options
  • Save smoovej/4684929 to your computer and use it in GitHub Desktop.
Save smoovej/4684929 to your computer and use it in GitHub Desktop.
city = 'Lima' if city == 'Lima, Cusco, Sacred Valley'
city = 'Yukon' if city == 'Yukon'
city = 'San Francisco' if city == 'Bay Area'
city = 'Geneva' if city == 'Geneva, Anthy'
city = 'Denver' if city == 'Denver/Boulder'
city = 'Los Gatos' if city == 'Castle Rock State Park'
city = 'Kars' if city == 'Kars, Ardahan, Artvin'
city = 'Alicante' if city == 'Bollua near Alicante'
city = 'Mount Rainier' if city == 'Mt. Rainier National Park'
city = 'Mount Shasta' if city == 'Mt. Shasta'
city = 'Los Angeles' if city == 'los angeles, san francisco'
city = 'Alicante' if city == 'Sella - Alicante'
city = 'Phoenix' if city == 'Phoenix or Flagstaff'
city = 'New Dehli' if city == 'Dehli'
city = 'Bariloche' if city == 'Bariloche'
city = 'Pyongyang' if city == '! "PoreÄ\x8D"'
city = 'Pyongyang' if city == 'Itacaré'
city = 'Pyongyang' if city == 'Arapahoe Basin'
city = 'Pyongyang' if city == 'Furano'
city = 'Pyongyang' if city == 'El Fuerte'
city = 'Pyongyang' if city == 'Baltra (start and end)'
city = 'Pyongyang' if city == 'Creches sur Saone,Belleville, Vaux en Beaujolais'
city = 'Pyongyang' if city == 'Sapa'
city = 'Pyongyang' if city == 'Mai Chau'
city = 'Pyongyang' if city == 'Nosara'
city = 'Pyongyang' if city == 'New Hazelton'
city = 'Pyongyang' if city == 'Pitlochry'
city = 'Pyongyang' if city == 'Anacapa Island'
city = 'Pyongyang' if city == 'Zermatt'
city = 'Pyongyang' if city == 'Livinallongo del Col di Lana'
city = 'Pyongyang' if city == 'Galice Oregon'
city = 'Pyongyang' if city == 'Chukkung'
city = 'Pyongyang' if city == 'Gosweinstein'
city = 'Pyongyang' if city == 'Ridgeway'
city = 'Pyongyang' if city == 'Aconcagua'
city = 'Pyongyang' if city == 'Punta Allen'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment