- 首页
- 人力资源管理师
-
1.Typeof[1,2,3] 的结果是 。
-
2.typeof undefined的结果是
-
3.下面代码的输出结果是.a =[1,2,3]
-
4.alist=[1,2,3]
blist=alist*3
print(blist)上述代码的输出结果是()。
-
5.以下程序的输出结果是( )frame = [[1,2,3],[4,5,6],[7,8,9]]rgb = frame[::-1]print(rgb)
-
6.运行下面程序的结果是:__________。
-
7.import pandas as pd s=pd.Series([1,2,3],index=[2,3,1]) print(s[2]) 上述代码输出结果是( )
-
8.语句sorted([1,2,3],reverse=True)==reversed([1,2,3])执行结果为_________。
-
9.(1,2,3)*3的执行结果是什么?
-
10.20514.语句a = 1,2,3有语法错误