Commit 307fc2ce by BellCodeEditor

auto save

parent 87be3438
Showing with 9 additions and 0 deletions
dict={}
dict["师傅"]="唐三藏"
dict["大师兄"]="孙悟空"
dict["二师兄"]="猪八戒"
dict["三师弟"]="沙和尚"
print(dict)
if "师傅" in dict:
print(dict["师傅"])
\ 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