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