Commit 85039c45 by BellCodeEditor

save project

parent a151e718
Showing with 18 additions and 6 deletions
# 直接运行以下代码,说说你的发现:
list_hero=['赵一',30,'丁二',37,'孙五',52,'王猛',89,'周亮',98]
dict_hero = {'赵一':30,'丁二':37,'孙五':52,'王猛':89,'周亮':98}
print(len(list_hero))
print(len(dict_hero))
\ No newline at end of file
good={'可乐':3,'忘仔':4,'水':1,'辣条':3,'康肉':2,'狗肉果冻':4,'乐事':5,'奥力给':10,'巧克力':6,}
good.pop('水')
print(good)
\ No newline at end of file
c={}
c={}
k=input("name")
m=input("成鸡")
if k in c:
if int (m)>c[k]:
c[k]=int(v)
print(k,"厕所已经清洁",m)
else:
print(k,"厕所太脏了不清洁",m)
else:
c[k]=m
print(c)
\ 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