favorite_places={'上海','广州','重庆','九寨沟','张家界'} city = input('请输入城市:') if city in favorite_places: print('你最喜欢的城市是旅游热门城市') else: print('此城市为小众城市')