Commit 927411d1 by BellCodeEditor

save project

parent c3b3f581
Showing with 5 additions and 2 deletions
dict_a={'猴三':18,'h1':21,'h5':22,'hdz':29,'h7':30}
print(dict_a)
dict_a['hdz']=100
print(dict_a['hdz'])
\ No newline at end of file
print(dict_a['hdz'])
dict_a['h10']=25
print(dict_a)
if 'h10' in dict_a:
\ 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