最赞回答 / lc云泽
可以用负数,表示倒数,但用负数时要注意的是,新元素添加到原数列的指定位置,并把原数列指定位置的元素往后推一位<...code...>4这个元素把3的位置占了,并把3往后推了一位
2016-03-02
最新回答 / 猛虎南下
因为引号里面没有转义字符,所以看不出差别。试试这两个的差别:print r'''"To be,or not to be":that is the question.\nWhether it's nobler in the mind to suffer.''' print '''"To be,or not to be":that is the question.\nWhether it's nobler in the mind to suffer.'''
2016-03-01
已采纳回答 / 咖喱排骨
你的Path生效了吗?内容是否包括python的路径?我的win10 path内容包括这两个:C:\Python27\;C:\Python27\Scripts
2016-02-28