Commit 641e6b27 by BellCodeEditor

save project

parent c86ad72c
Showing with 12 additions and 0 deletions
list=['A',30,'B',37,'C',52,'D',89,'E',98]
dict={'A':30,'B':37,'C':52,'D':89,'E',98}
dict['A']=45
dict['C']=67
dict['D']=88
print(dict)
list=[]
dict['林']='帅哥'
dict['A']=30
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