Commit a45bf1aa by BellCodeEditor

auto save

parent c6188a1e
Showing with 15 additions and 6 deletions
import pygame
a=["白云山山泉水":2]
a=["一"]=1
a=["2"]=2
a=["5"]=3
a=["8"]=4
a=["9"]=5
print(a)
b=input(你买什么)
if b in a:
print(b+str(a[b])+"元")
else:
print('')
# 初始化pygame,为使用pygame做准备
pygame.init()
# 创建一个窗口
??
\ 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