Commit f42d3663 by BellCodeEditor

save project

parent 4103fdcc
Showing with 12 additions and 0 deletions
list=[]
dict={}
dict['师父']='唐三藏'
dict['大师兄']='孙悟空'
dict['二师兄']='猪八戒'
dict['沙师弟']='沙悟净'
print(dict)
if '师父' in dict:
print("清蒸"+dict["师父"])
print("红烧"+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