APP下载
首页
>
财会金融
>
宏观经济学选择题
搜索
宏观经济学选择题
题目内容
(
单选题
)
85. (单选题)以下选项中不符合 Python 语言变量命名规则的是( )

A、  TempStr

B、  3ⱣⱤ1

C、  ⱣⱤAl

D、  l

答案:B

解析:答案解析:

宏观经济学选择题
33. (多选题)设置二行二列4个子图并在第3个区域绘制图形,以下语句正确的有:
https://www.shititong.cn/cha-kan/shiti/000dded1-b61d-f634-c01a-2cf5d6189000.html
点击查看题目
42. (单选题) 能产生元素为0-9的平方的列表推导式为:
https://www.shititong.cn/cha-kan/shiti/000dded1-b61e-0932-c01a-2cf5d6189000.html
点击查看题目
46. (单选题)pandas中读取csv格式文件的方法为:
https://www.shititong.cn/cha-kan/shiti/000dded1-b61e-123d-c01a-2cf5d6189000.html
点击查看题目
65. (单选题)以下哪个函数用于绘制柱形图()
https://www.shititong.cn/cha-kan/shiti/000dded1-b61e-395d-c01a-2cf5d6189000.html
点击查看题目
192. (填空题)( )变量定义在函数外,可以在整个程序范围内访问
https://www.shititong.cn/cha-kan/shiti/000dded1-b61f-3616-c01a-2cf5d6189000.html
点击查看题目
35. (单选题)表示整数num能被4整除的表达式为:
https://www.shititong.cn/cha-kan/shiti/000dded1-b61d-faa1-c01a-2cf5d6189000.html
点击查看题目
118. (单选题)在Python中有s=['a','b']s.append([1,2])s.insert(1,7);执行以上代码后,s值为( )
https://www.shititong.cn/cha-kan/shiti/000dded1-b61e-a3dc-c01a-2cf5d6189000.html
点击查看题目
172. (判断题)位置参数必须在关键字参数的后面
https://www.shititong.cn/cha-kan/shiti/000dded1-b61f-0cfe-c01a-2cf5d6189000.html
点击查看题目
180. (填空题)如果要对列表进行升序排列,则可以使用( )方法实现
https://www.shititong.cn/cha-kan/shiti/000dded1-b61f-1be0-c01a-2cf5d6189000.html
点击查看题目
187. (填空题)使用( )语句可以返回函数值并退出函数
https://www.shititong.cn/cha-kan/shiti/000dded1-b61f-2c26-c01a-2cf5d6189000.html
点击查看题目
首页
>
财会金融
>
宏观经济学选择题
题目内容
(
单选题
)
手机预览
宏观经济学选择题

85. (单选题)以下选项中不符合 Python 语言变量命名规则的是( )

A、  TempStr

B、  3ⱣⱤ1

C、  ⱣⱤAl

D、  l

答案:B

解析:答案解析:

分享
宏观经济学选择题
相关题目
33. (多选题)设置二行二列4个子图并在第3个区域绘制图形,以下语句正确的有:

A. plt.subplot(2, 2, 3)

B. plt.subplot(2, 2, 2)

C. plt.subplot(223)

D. plt.subplot(222)

https://www.shititong.cn/cha-kan/shiti/000dded1-b61d-f634-c01a-2cf5d6189000.html
点击查看答案
42. (单选题) 能产生元素为0-9的平方的列表推导式为:

A. [x * 2 for x in range(10)]

B. [x * x for x in range(10)]

C. (x * x for x in range(10))

D. {x * x for x in range(10)}

https://www.shititong.cn/cha-kan/shiti/000dded1-b61e-0932-c01a-2cf5d6189000.html
点击查看答案
46. (单选题)pandas中读取csv格式文件的方法为:

A. readⱣⱤexcel()

B. readⱣⱤcsv()

C. readⱣⱤsql()

D. readⱣⱤjson()

https://www.shititong.cn/cha-kan/shiti/000dded1-b61e-123d-c01a-2cf5d6189000.html
点击查看答案
65. (单选题)以下哪个函数用于绘制柱形图()

A. scatter()

B. plot()

C. bar()

D. pie()

https://www.shititong.cn/cha-kan/shiti/000dded1-b61e-395d-c01a-2cf5d6189000.html
点击查看答案
192. (填空题)( )变量定义在函数外,可以在整个程序范围内访问
https://www.shititong.cn/cha-kan/shiti/000dded1-b61f-3616-c01a-2cf5d6189000.html
点击查看答案
35. (单选题)表示整数num能被4整除的表达式为:

A. num * 4 == 0

B. num // 4 == 0

C. num / 4 == 0

D. num % 4 == 0

https://www.shititong.cn/cha-kan/shiti/000dded1-b61d-faa1-c01a-2cf5d6189000.html
点击查看答案
118. (单选题)在Python中有s=['a','b']s.append([1,2])s.insert(1,7);执行以上代码后,s值为( )

A. [‘a', 7, ‘b', 1, 2]

B. [[1, 2], 7, ‘a',‘b’]

C. [1, 2,‘a’,7’,‘b’]

D. [‘a', 7, ‘b’,[1, 2]]

https://www.shititong.cn/cha-kan/shiti/000dded1-b61e-a3dc-c01a-2cf5d6189000.html
点击查看答案
172. (判断题)位置参数必须在关键字参数的后面

A.   对

B.   错

https://www.shititong.cn/cha-kan/shiti/000dded1-b61f-0cfe-c01a-2cf5d6189000.html
点击查看答案
180. (填空题)如果要对列表进行升序排列,则可以使用( )方法实现
https://www.shititong.cn/cha-kan/shiti/000dded1-b61f-1be0-c01a-2cf5d6189000.html
点击查看答案
187. (填空题)使用( )语句可以返回函数值并退出函数
https://www.shititong.cn/cha-kan/shiti/000dded1-b61f-2c26-c01a-2cf5d6189000.html
点击查看答案
试题通小程序
试题通app下载