Commit c7401937 by BellCodeEditor

save project

parent 2ffa4991
Showing with 6 additions and 2 deletions
...@@ -2,4 +2,8 @@ banana={"孙悟空":66,"猴队长":44,"猴大":38,"猴二":35} ...@@ -2,4 +2,8 @@ banana={"孙悟空":66,"猴队长":44,"猴大":38,"猴二":35}
olg=banana['猴队长'] olg=banana['猴队长']
print(olg) print(olg)
banana['猴二']=32 banana['猴二']=32
print(banana) print(banana)
\ No newline at end of file banana['荣荣老师']=30
print(banana)
if '猴队长' in banana:
print("找到了")
\ 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