首页题库练习题目详情
Python程序设计单选题中等

在Python中,以下哪一种方式是不推荐的?

Aimport math
Bfrom random import randint
Cimport random as r
Dimport math, os