rtr.py 108 Bytes Edit 1 2 3 4 weather={"北京":8,"上海":15,"广州":20,"4":21} data=weather.pop("北京") print(data) print(weather)