在清华大学出版社出版的《Python程序设计》第十二章第一节中有一段示例代码,
【例12-1】显示图形界面的hello world
```python
import pygame
from pygame.locals import *
from sys import exit#初始化
background_image=r"C:\Users\11239\Pictures\ppt\ac6eddc451da81cbb78c88865f66d01609243116 (2).jpg"
mouse_image=r"C:\Users\11239\Pictures\ppt\timg (2).jpg"
pygame.init()