Commit 398d1390 by BellCodeEditor

save project

parent 817a86ac
Showing with 1 additions and 1 deletions
dict_={'1':1'2':2'4':4'5':5'6':6'8':8'9':9'10':10'12':12} dict_={'1':1,'2':2'4':4'5':5'6':6'8':8'9':9'10':10'12':12}
k=input("gjkvd") k=input("gjkvd")
if k in dict_: if k in dict_:
print(k+'需'+str(dict_[k])+'元') print(k+'需'+str(dict_[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