📜  python代码示例中import *的含义

📅  最后修改于: 2022-03-11 14:47:09.207000             🧑  作者: Mango

代码示例1
from  import *

# this represent importing all of the exposed functions and classes into your namespace
# so if you use a name same as a function in that module. Errors and incompatabalities occurs