登录
注册
首页
->
Python期末
下载题库
以下引用math库的语句中. ()的格式是不正确的
(A)import math from *
(B) import math
(C) import math as m
(D) import math import *
参考答案
继续答题:
下一题
更多Python期末试题
1
用于返回一个随机整数的函数是 ()
2
设置索引使用哪种方法。( )
3
b = str(random.randint(0 ,10)),变量b不可能出现的结果是什么()
4
Pandas的数据对象在进行算术运算时如果存在不同索引会进行数据对齐,但会引入______。
5
哪个选项是下面代码的输出结果? d= {'a': 1, 'b': 2, 'b': '3'} print(d['b'])
考试