Commit 38a45749 by BellCodeEditor

save project

parent 8113cfb1
Showing with 5 additions and 4 deletions
dick=('可乐':3,'女朋友'4000) dict={'可乐':3,'女朋友':4000}
k=input() k=input('what')
if k dick: if k in dict:
print() print(k+str(dict[k])+'o')
else: else:
print('滚') 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