Commit c7401937 by BellCodeEditor

save project

parent 2ffa4991
Showing with 5 additions and 0 deletions
...@@ -3,3 +3,7 @@ olg=banana['猴队长'] ...@@ -3,3 +3,7 @@ olg=banana['猴队长']
print(olg) print(olg)
banana['猴二']=32 banana['猴二']=32
print(banana) print(banana)
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