diff --git a/1.p b/1.p new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/1.p diff --git a/1.py b/1.py new file mode 100644 index 0000000..aece9b9 --- /dev/null +++ b/1.py @@ -0,0 +1,6 @@ +dict={'猴三':'10','猴一':'21','猴五':'22','猴队长':'29','猴七':'30'} +print(dict['猴队长']) +dict['猴七']=32 +print(dict) +dict['猴十']=25 +print(dict) \ No newline at end of file