Commit 06d8830d by BellCodeEditor

save project

parent 67ebed3c
Showing with 5 additions and 0 deletions
......@@ -5,3 +5,7 @@ if j in dict:
print("您的"+j+"需要"+str(dict[j])+"元")
else:
print("暂未售卖"+j)
print("已设定全新物品")
x=input("设定你的专属售卖品价格")
dict['j']=x
print("全新物品"+j+str(x)+"元")
\ 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