Commit 00da31b5 by BellCodeEditor

save project

parent 500c598a
Showing with 4 additions and 0 deletions
......@@ -2,3 +2,6 @@ dict_sb={'1':10,'2':21,'3':22,'4':29,'5':30}
print(dict_sb)
print(dict_sb['5'])
dict_sb['5']=32
print(dict_sb['5'])
dict_sb['10']=25
print(dict_sb)
\ 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