A、错
B、对
A、错
B、对
A、import math.*
B、from math import sin
C、from math import *
D、import math.sin as sin
A、错
B、对
A、支持命令式编程
B、代码运行效率高
C、支持函数式编程
D、扩展库丰富