就是这样。 py:
test = { 1 : [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25]}
import two
two.example()
这两点。 py:
def example():
print test[1][5]
你能告诉我,为什么会因以下错误而失败?
NameError: global name test is not defined
感谢!