单选题 lst = [1,2,3,4],执行lst.pop()后,lst的结果是()

A、 [1,2,3]
B、 [1,2,4]
C、 [2,3,4]
D、 报错
下载APP答题
由4l***0x提供 分享 举报 纠错

相关试题

单选题 以下不属于 Python 语言保留字的是______。

A、except
B、True
C、pass
D、goto

单选题 以下不属于 Python 语言保留字的是______。

A、do
B、pass
C、def
D、while

单选题 Python 3.x 版本的保留字总数是( )

A、33
B、16
C、27
D、29

单选题 以下保留字不用于循环逻辑的是______。

A、try
B、else
C、continue
D、for

单选题 以下不是 Python 语言保留字的是______。

A、false
B、from
C、def
D、as

单选题 Python 中定义函数的关键字是______。

A、def
B、define
C、function
D、defun

单选题 以下选项不是 Python 保留字的是______。

A、from
B、False
C、try
D、For

单选题 以下选项中,不是 Python 语言保留字的是( )

A、do
B、while
C、pass
D、except