单项选择题

关于引入模块的方式,错误的是()。

A.import math
B.from fib import fibonacci
C.from math import *
D.from * importfib