Commit cbc1245b by BellCodeEditor

save project

parent d731aa94
Showing with 2 additions and 1 deletions
......@@ -2,7 +2,7 @@
dict= {'ak47':300,'火箭筒':4000,'坦克':2000000,'战斗机':3000000,'王续研腰子':20,'王续研蛋蛋':40'王续研':100,'屈家庆':10,'董益华':60}
j=input("你要买什么?")
if j in dict:
prink('飞机'str[(dict[j])])
prink('ak47'str[(dict[j])])
else:
prink(缺货)
\ 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