单项选择题

运行以下程序,输出结果为()。
lst=[1,2,3,4,3,2,5,1,3] n=lst.count(3) for i in range(0,n): lst.remove(3) print(lst[3])

A.1
B.2
C.3
D.4

热门 试题