最新回答 / 夏纯达
因为使用pop()方法总是删掉list的最后一个元素,并且它还返回这个元素,所以我们执行 L.pop() 后,最后会打印出 'Paul',而不是打印出‘Adam’,‘Lisa’.
2014-11-07
最赞回答 / 小于飞飞
('Adam', 95), ('Lisa', 85), ('Bart', 59)可以看成三组数,第组数中的第个数表示x[0],x[1].所以print x[0] + ':', x[1] 理解为,输出第组数"名字:成绩"
2014-11-06
最新回答 / 懒虫009
不可以,实际应用会出现警告:print r""""To be, or not to be": that is the question.Whether it's nobler in the mind to suffer.""""To be, or not to be": that is the question.Whether it's nobler in the mind to suffer.
2014-11-06
最新回答 / 洗车里的路飞
print r'"to be,or not to be":that is the question.Whether it\'s nobler in the mind to suffer.' 两句话,但是不把它行,那怎么写才能让后面的it's以及后面正常显示。因为他显示的是"to be,or not to be":that is the question.Whether it\'s nobler in the mind to suffer.
2014-11-06