Commit 4ca4c231 by BellCodeEditor

save project

parent cc9d3c1e
Showing with 4 additions and 2 deletions
...@@ -14,4 +14,6 @@ print(a['队猴长']) ...@@ -14,4 +14,6 @@ print(a['队猴长'])
a['队猴长']=100 a['队猴长']=100
print(a) print(a)
a["馬牛逼"]="1" a["馬牛逼"]="1"
print(a) print(a)
\ No newline at end of file if '馬牛逼' in a:
print(a['馬牛逼'])
\ 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