Commit 87ba0314 by BellCodeEditor

save project

parent cc4657f1
Showing with 6 additions and 3 deletions
name_dict={"猴队长":35,"猴爸":43,"猴妈":53,"猴崽":98} dict={"猴队长可乐":35,"猴爸可乐":43,"猴妈可乐":53,"猴崽可乐":98}
print(len(dict_hero)) k=input("")
\ No newline at end of file if k in dict:
print("您的"+k+"价格是"+str(dict[k])+"元")
else:
\ 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