Commit 4457d6fd by BellCodeEditor

save project

parent 891acb1f
Showing with 42 additions and 0 deletions
a1={'玉文':91,'述学':88,'婴语':85}
a2={'玉文':97,'述学':98,'婴语':90}
a3={'玉文':95,'述学':100,'婴语':93}
name={'sb':a1,'5':a2,'6':a3}
nam=input("鸣子:")
if nam in name:
info=name[nam]
else:
print('sb,输入错误')
for k,v in info.items():
print(k,v)
dict_a={'旺仔猴奶':500,'渴口可乐':30,'巴西烤猴肉':102,'农夫三拳':120,'老八秘制小汉堡':5010,'巧克力味的冰只因凌':300'奥利给':10000000,'焯菜':30}
haochide=input('您想要什么呀?')
if haochide in dict_a:
print(哦,谢~,您想要的+haochide+居然在我的焯市里,需要支付+str(dict_a[haochide])+美刀。)
else
print(您想要的+haochide+不在我的焯市里,仅需要支付10000000000000000000000000美刀便可更新我的焯市,灰常的划算,买吧买吧买吧买吧买吧买吧买吧买吧买吧买吧买吧买吧买吧买吧买吧买吧买吧买吧买吧买吧买吧~)
# a={'小明':30,'小帅':38,'小美':100,'小强':68,'小乐':50}
# b=input('名字:')
# c=input('成绩:')
# if b in a:
# if int(c)>a[b]
# a[b]=int(c)
# print()
# else:
# print()
# else:
# a[b]=int(c)
# 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