第16867题 单选
在Python Shell提示符下先输入哪个选项,回车后再输入pi,回车能得到数值3.141592653589793?
A

import math

B

import math as pi

C

from math import PI

D

from math import *

提交0次 正确率0.00%
答案解析