A. choosingsoftware B. thenumberofusers C. PBLslatestupdate D. usingoutdatedsoftware
A. stopusingsoftware B. selectPBLUnlimited C. shopforotherprograms D. updatetheircurrentsoftware
A. 通过append方法可以向列表添加元素 B. 通过extend方法可以将另一个列表中的元素逐一添加到列表中 C. 通过insert(index,object)方法在指定位置index前插入元素object D. 通过add方法可以向列表添加元素
A. [‘z’,’j’,’s’,’y’] B. [‘j’,’s’,’y’,’z’] C. [‘j’,’s’,’c’,’j’,’z’,’y’,’j’] D. [‘j’,’s’,’c’,’j’,’z’,’z’,’z’]