|  | 
 
 
 楼主|
发表于 2021-7-8 22:35:26
|
显示全部楼层 
| Python 3.9.2 (tags/v3.9.2:1a79785, Feb 19 2021, 13:44:55) [MSC v.1928 64 bit (AMD64)] on win32 Type "help", "copyright", "credits" or "license()" for more information.
 >>>
 ================== RESTART: C:\Users\亦尘\Desktop\python\贪吃蛇.py ==================
 pygame 2.0.1 (SDL 2.0.14, Python 3.9.2)
 Hello from the pygame community. https://www.pygame.org/contribute.html
 Traceback (most recent call last):
 File "C:\Users\亦尘\Desktop\python\贪吃蛇.py", line 48, in <module>
 elif event.key.type == pygame.KEYDOWN:
 AttributeError: 'Event' object has no attribute 'key'
 >>>
 全部粘贴过来了
 
 | 
 |