题目内容

以下是字符转换成字节的方法是( )。A. B. C. D.

A. decode()
B. encode()
C. rstrip()
D. upper()

查看答案
更多问题

Python中input()函数返回的是( )类型。

A. list
B. dict
C. int
D. str

下面正确的Python标准库对象导入语句是( )。

A. import math
B. from math.* import sin
C. import math.sin as sin
D. import math.*

执行语句 x, y, z = map(str, range(3)) 之后,变量y的值为( )。

A. '2'
B. '1'
C. '3'
D. '0'

在Python中,需要事先声明变量名及其类型。

A. 对
B. 错

答案查题题库