相关考题
-
多项选择题
如想导入数学模块,我们可以使用()。
A.importmath
B.frommathimport*
C.import*
D.from* -
多项选择题
下列哪些是random的方法()。
A.randint
B.choice
C.random
D.break -
多项选择题
下列长度为5的字符串是()。
A."hello"
B."HELLO"
C."12345"
D.""
