Whatisthedialoguemostlyabout?
A. choosingsoftware
B. thenumberofusers
C. PBLslatestupdate
D. usingoutdatedsoftware
Whataretheaccountantslikelytodo?
A. stopusingsoftware
B. selectPBLUnlimited
C. shopforotherprograms
D. updatetheircurrentsoftware
以下关于列表 作的描述错误的是( )。
A. 通过append方法可以向列表添加元素
B. 通过extend方法可以将另一个列表中的元素逐一添加到列表中
C. 通过insert(index,object)方法在指定位置index前插入元素object
D. 通过add方法可以向列表添加元素