Commit a730c8e6 by BellCodeEditor

save project

parent b18e2a87
Showing with 4 additions and 2 deletions
dict_name={'猴二':10,'猴四':12,'猴三':14,'猴队长':78}
print(dict_name)
\ No newline at end of file
print(dict_name)
print(dict_name['猴队长'])
dict_name['猴四']=30
print(dict_name['猴四'])
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