多项选择题
下面哪些是正确的Python标准库对象导入语句()。
A.from math import B.import math.sin as sin C.from math import sin D.import math
判断题 在Python3.x中不能使用汉字作为变量名。
判断题 缩进对于Python程序至关重要。
判断题 在Python程序中,input()的结果返回一个数值。