Commit 91d0f07f by BellCodeEditor

save project

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