A. import math B. from fib import fibonacci C. from math import * D. from * import fib
A. 对 B. 错
A. 理解 B. 记忆 C. 注意 D. 思考