为了账号安全,请及时绑定邮箱和手机立即绑定

python——把dict添加进list的问题

python——把dict添加进list的问题

LNYIE 2018-01-27 19:05:48
def fun1(x):     dict1 = {x:x+1,x+1:x+2}     print dict1     return dict1 def fun2(y):     list1 = []     for i in range(y,y+10):         list1.append(fun1(i))     print list1     return list1 fun2(0)已得到解决。
查看完整描述

1 回答

?
LNYIE

TA贡献5条经验 获得超0个赞

已得到解决。

查看完整回答
反对 回复 2018-01-27
  • 1 回答
  • 0 关注
  • 1487 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信