Commit 770085f7 by BellCodeEditor

auto save

parent 502609b5
Showing with 10 additions and 0 deletions
dict={'莫':30,'朱':50,'陈':25}
print(dict['朱'])
dict['陈']=40
print(dict)
list=[1,2,'gou','ji']
if 'mo' in list:
print('zai')
else:
print('buzai')
\ 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