首页->2022年Python应用师
字典对象的( )方法返回字典的“值”列表。
(A)keys()
(B)values()
(C)value()
(D)maps()
参考答案
更多2022年Python应用师试题
- 1表达式 hello world, hellow every one.replace(hello, hi) 的值为( )。
- 2随机数工具包名是rand( )。
- 3已知x = [1, 2, 3],那么连续执行y = [1, 2, 3]和y.append(4)这两条语句之后,x的值为( )。
- 4下面代码的输出结果是( )。s =["seashell","gold","pink","brown","purple","tomato"]print(s[4:])
- 5扩展库os中的方法remove()可以删除带有只读属性的文件。