pygame问题
import pygamepygame.init()
print("ssss")
pygame.quit()
Traceback (most recent call last):
File "C:/Users/tlan2/PycharmProjects/david/pygame.py", line 1, in <module>
import pygame
File "C:\Users\tlan2\PycharmProjects\david\pygame.py", line 3, in <module>
pygame.init()
AttributeError: partially initialized module 'pygame' has no attribute 'init' (most likely due to a circular import) 你的文件名不要命名为 pygame.py,用其他的名字 zltzlt 发表于 2020-8-19 18:25
你的文件名不要命名为 pygame.py,用其他的名字
正解
页:
[1]