34
3
0
14
先談pop和remove pop 接受的是元素的下標(biāo),在原列表中彈出這個元素,并返回也就是說:test_one = a.pop(1)結(jié)果為:test_one = 2a = [...