Commit 59cffc83 by BellCodeEditor

auto save

parent 87be3438
Showing with 9 additions and 0 deletions
dict1 = {'师父':'唐三藏','大师兄':'孙悟空','二师兄':'猪八戒','三师弟':'沙悟净'}
if '师父' in dict1:
print(dict1['师父'])
dict1['四师弟'] = '白龙马'
print(dict1)
\ 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