程序运行的结果是()
import math
dayup=math.pow((1.0+0.001),365)
daydown=math.pow((1.0-0.001),365)
print(dayup,daydown)

A、1.44 0.69
B、6 2
C、1.33 2