使用 pygame (from pygame import *) 我尝试加载图片,但发生了这种情况:
Traceback (most recent call last):
File "C:/Users/Ben/Documents/Python Files/Rocket game with things", line 15, in <module>
right_fin = image.load('C:\Users\Ben\Pictures\right.png').convert()
error: Couldn't open C:\Users\Ben\Picturesight.png
在此之前基本上没有代码,所以我不打算发布它。我以前没有遇到过这种情况,也不知道问题是什么。对不起,如果答案很明显。