问题代码如下In[9]:map.append(('1','2'))In[10]:fori,jinmap:....:printi,j....:12In[15]:list=[1,2]In[16]:fori,jinlist:....:printi,j....:---------------------------------------------------------------------------TypeErrorTraceback(mostrecentcalllast)in()---->1fori,jinlist:2printi,j3TypeError:'int'objectisnotiterable请问各位朋友其中设计到什么细节,从文导致两种不同的结果?
添加回答
举报
0/150
提交
取消
