要把5加到列表1st的末尾,用的是:()。
A、lst.add(5)
B、lst.appEnd(5)
C、lst.adilast(5)
D、lst.addEnd(5)
正确答案:lst.appEnd(5)
相关答案
热门答案