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

Python中要使用math模块中的pi常量,正确的用法是?

Amath.pi
Bpi
Cimport math; pi
Dfrom math import pi