字符串
列表
单词
字母
第1题:
以下是Python中的可变数据类型是()
第2题:
python中没有数据类型转换。()
第3题:
在Python程序中,输入语句input()默认接收的数据类型为数值型。
第4题:
python有数种数据类型,下列数据类型格式正确的是()
第5题:
在Python中,()表示的数据类型是整型。
第6题:
下面是python中数据类型的是()。
第7题:
字典
列表
元组
字符串
第8题:
对
错
第9题:
123
123
[123]
(123,)
第10题:
id()
dir()
list()
type()
第11题:
第12题:
第13题:
python中,’python’是什么数据类型()
第14题:
Python中pass语句的作用是什么?
第15题:
Python 3.x和Python 2.x唯一的区别就是:print在Python 2.x中是输出语句,而在Python 3.x中是输出函数。
第16题:
Python中可变数据类型有()和()。
第17题:
"python"+"!!"的值是()。
第18题:
对
错
第19题:
对
错
第20题:
字符串
列表
链表
集合
第21题:
字符串
列表
字典
字节
第22题:
int
float
str
数组
第23题:
int
char
float
dictionary