题库 Python题库 题目列表 在Python Shell提示符下输入以下哪个选项,回车后,再...
单选题

Python Shell提示符下输入以下哪个选项,回车后,再输入pi,回车,能得到数值3.141592653589793?( )

A.

import math

B.

import math as pi

C.

from math import PI

D.

from math import *

题目信息
2021年 6月 选择题
0%
正确率
0
评论
42
点击