周作业
摘要:
```python lis = [11,22,33,44,55,66,77,88,99,90] dic = {'k1':[],'k2':[]} for i in lis: if i >= 66: dic['k1'].append(i) else: dic['k2'].append(i) print(dic) s='hello alex alex say hello sb sb' dic = {} 阅读全文
posted @ 2019-09-01 23:14 shenblogs 阅读(148) 评论(0) 推荐(0)
浙公网安备 33010602011771号