1
0
2
122
第三章 删除元素: del 是语句,用法:del guests[0] pop,remove是方法,用法:guests.pop() 或guests...
第二章 变量和简单数据类型 python中出现 "Non-ASCII character"错误一般是编码问题:Python默认是以ASCll作为...