登录
注册
首页
->
2022年Python应用师
下载题库
随机数工具包名是什么( )。
(A)next
(B)random
(C)rand
(D)randobject
参考答案
继续答题:
下一题
更多2022年Python应用师试题
1
给出如下代码s = "Alice" print(s[::–1]) 上述代码的输出结果是( )。
2
已知 x = {a:b, c:d},那么表达式 b in x 的值为( )。
3
表达式 3 and not 5 的值为( )。
4
已知 x = [3, 5, 7],那么执行语句 x[:3] = [2]之后,x的值为( )。
5
下面代码的输出结果是( )。s =["seashell","gold","pink","brown","purple","tomato"]print(s[4:])
考试