Commit c3b3f581 by BellCodeEditor

save project

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