Commit 91d0f07f by BellCodeEditor

save project

parent 0fc38b27
Showing with 11 additions and 9 deletions
dict={}
dict['猴十']=25
print(dict)
while True:
if input('您想找什么:') in dict:
print("爬")
else:
print('404notfound')
\ No newline at end of file
things={'美味的屎':12,'b':34,'c':45,'d':56,'e':78,'f':90,'g':666,}
k = input('来点啥?')
if k in things:
if k == '美味的屎':
print('美食家里我老八,奥里给!造他就完了!')
l = input('要多少(单独的数字谢谢)?')
print('等会啊')
print('一共'+str(int(l)*things[k])+'块人民币')
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