第一个模块 worldxhello python a2.0 y0.0第二个模块 pythonimport world from world import x from world import a as b x10 print(x) print(world.x) print(b)运行结果你也试试