单选题 以下语句的执行结果是______。 lss = 'ab' print('{:-4}'.join(lss))

A、 a{:->4}b
B、 ab
C、 =--ab
D、 ab--
下载APP答题
由4l***0x提供 分享 举报 纠错

相关试题

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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