多项选择题
A.from math import B.import math.sin as sin C.from math import sin D.import math
在Python3.x中不能使用汉字作为变量名。
判断题在Python3.x中不能使用汉字作为变量名。
缩进对于Python程序至关重要。
判断题缩进对于Python程序至关重要。
在Python程序中,input()的结果返回一个数值。
判断题在Python程序中,input()的结果返回一个数值。