Commit f01c9950 by BellCodeEditor

save project

parent 4db37b78
Showing with 3 additions and 2 deletions
...@@ -10,4 +10,3 @@ print(list) ...@@ -10,4 +10,3 @@ print(list)
dict={"五":1,"六":2,"七":3,"八":4,"九":5} dict={"五":1,"六":2,"七":3,"八":4,"九":5}
print(dict) print(dict)
list["㺅五"]=23 list["㺅五"]=23
list["师父"]="唐三藏"
\ No newline at end of file
...@@ -4,4 +4,5 @@ print(len(list)) ...@@ -4,4 +4,5 @@ print(len(list))
print(len(dict)) print(len(dict))
print(list[-4]) print(list[-4])
dict["赵一"]=50 dict["赵一"]=50
dict["师父"]="唐三藏"
print(dict) 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