Commit af72f8f6 by BellCodeEditor

save project

parent e8345eb4
Showing with 9 additions and 0 deletions
dict={}
dict['苹果']=90
dict['梨']=70
print(dict)
if '梨' in dict:
print(dict['梨'])
else:
print("不在")
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