代码填空
该比赛已结束,您无法在比赛模式下递交该题目。您可以点击“在题库中打开”以普通模式查看和递交本题。

代码填空
- 导入pygame库 {{ input(1) }}
- 初始化pygame所有模块{{ input(2) }}
- 宽800像素、高700像素{{ input(3) }}
- 填充窗口背景为纯白色{{ input(4) }}
- 抗锯齿开启(系统原因请小写){{ input(5) }}
- x轴1000、y轴0{{ input(6) }}
- 循环刷新背景{{ input(7) }}
- blit函数参数{{ input(8) }}
- 移动步长0.3像素{{ input(9) }}
- 屏幕刷新函数{{ input(10) }}