试题详情
简答题在Python中导入模块中的对象有哪几种方式?
  • 1)import模块名[as别名];
    2)from模块名import对象名[as别名];
    3)from math import*
  • 关注下方微信公众号,在线模考后查看

热门试题