Commit e6ad421e by BellCodeEditor

save project

parent 23abe009
Showing with 11 additions and 4 deletions
k=input("不良少年,你想买什么垃圾食品呀??我们有老八味的佩奇哦") k={"张权睿":100,"刘韵阳":100,"绫波零":99,"诸葛亮":10000000000000000000000}
a={"佩奇":1000,"乔治":500,"老八":1500,"光头强":1000}
if k in a: while 1:
print("给我",str(a[k]),'元,sb') name=input("请输入你的名字:")
v=int(input("请输入你的成绩"))
if name in k:
if v>k[name]:
k[name]=v
print('你的最高分数为'+str(v))
print(k)
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