编写python游戏程序的时候遇到的一点小问题

img


根据python编程从入门到实践第2版的代码,是能够运行出pygame的游戏窗口的,为什么提示说未定义_name_?


__init__ __name__ __main__ 不是 _init_ _name_ _main_