Commit 9c7a992b by BellCodeEditor

save project

parent d965cad1
import pygame a={'可乐':3,'水':2,'橙汁':4,'橘汁':4,'北冰洋':3}
a.pop('水')
# 初始化pygame,为使用pygame做准备 print(a)
pygame.init() a.clear()
print(a)
# 创建一个窗口 \ No newline at end of file
??
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment