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