如果你想使用Python的数学库(如 sqrt 函数),应该使用以下哪条语句导入?
A. import math
B. include math
C. from math import *
D. A和C都可以