考题
下列不合法的Python变量名是()
A.Python2B.N.xC.sumD.Hello_World
考题
在python中,返回字典里面所有的值是()A、valuesB、itemsC、has_keyD、keys
考题
python中,’HELLO’*5的值是()A、"HELLOHELLOHELLOHELLOHELLO"B、""C、"HELLO"D、None
考题
在python中,字典的关键字是()A、nameB、diccC、strD、dict
考题
在python中,下列是字典添加的方法是()A、fromkeysB、removeC、delD、pop
考题
python中,p=‘hello world!’,则p[2:5]的值是()A、llB、lloC、heD、hello
考题
在python中,下列属于序列的是()A、字典B、集合C、函数D、列表
考题
在python中,字典的()方法返回字典的“键”列表A、keysB、valuesC、itemsD、key
考题
在python中,下列属于字典的方法的是()A、keysB、valuesC、itemsD、index
考题
在Python程序中,以下那个选项表示字符串型常量()。A、helloB、“hello123”C、“123”D、“hello”
考题
在python中,字典的遍历方式有()A、keysB、valuesC、itemsD、not
考题
在python中数据以键值对的形式存在的是()A、列表B、字典C、元组D、集合
考题
python中,“hello”[:-1:]的值是()A、"olleh"B、"hello"C、"hell"D、"o"
考题
python中,下列哪个数据类型是list()A、字符串B、列表C、字典D、字节
考题
python中,type(‘hello’)的返回值是()A、strB、helloC、helD、llo
考题
在python中,遍历字典的键使用的关键字是()A、keysB、valuesC、itemsD、key
考题
’python’-"python"()的值是()A、报错B、"Hello world"C、"hello World"D、"hello world"
考题
python中,’hellO’.lower()的返回值是A、helloB、HELLOC、HelloD、hellO
考题
在python中,下列是字典的方法的是()A、keysB、dictC、itemsD、add
考题
多选题在python中,下列是字典的方法的是()AkeysBdictCitemsDadd
考题
多选题在python中,下列属于字典的方法的是()AkeysBvaluesCitemsDindex
考题
单选题python中,’HELLO’*5的值是()A
HELLOHELLOHELLOHELLOHELLOB
C
HELLOD
None
考题
单选题在python中,下列是字典添加的方法是()A
fromkeysB
removeC
delD
pop
考题
单选题在python中,下列属于序列的是()A
字典B
集合C
函数D
列表
考题
单选题在python中,下列是字典的是()A
helloB
{}C
{}D
[]