【发布时间】:2015-10-19 20:55:15
【问题描述】:
有什么区别
import math
和
from math import *
我是 python 新手,从 codeacademy 学习语言。谁能详细说明区别。谢谢。
【问题讨论】:
-
你读过the Python tutorial吗?
-
您可以在上一个问题中找到答案。 stackoverflow.com/questions/710551/…
-
你在 Google 上试试运气了吗?