Commit 7f1b8e7e by BellCodeEditor

auto save

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