Commit 8b836090 by BellCodeEditor

save project

parent 853c78b3
Showing with 7 additions and 0 deletions
dict_monkey={'地狱火':1680,'西部大镖客':288,'至尊宝':888,'全息碎影':888,'美猴王':888,'零号·赤焰':1680}
skin=input('您想要哪款孙悟空皮肤:')
if skin in dict_monkey:
print(skin+':'+str(dict_monkey[skin])+'点券')
else:
print('暂时没有此款皮肤')
\ 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