关于 import 引用,以下选项中描述错误的是?( )
使用 import turtle 引入turtle 库。
可以使用 from turtle import setup 引入 turtle 库。
使用 import turtle as t 引入 turtle 库,取别名为 t。
import 保留字用于导入模块或者模块中的对象。