下面导入标准库对象的语句,正确的有?

下面导入标准库对象的语句,正确的有?

A.from math import sin

B.from random import random

C.from math import *

D.import *

正确答案:ABC

猜你喜欢