Commit 541d94bf by BellCodeEditor

save project

parent 788f03f2
Showing with 7 additions and 0 deletions
dict={'水':54188,'果':12345,'水果':25041,'果水':7481}
s=input('水/果/水果/果水')
if int(s) > dict['水'] :
print('老子不买!')
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