Commit 4ca4c231 by BellCodeEditor

save project

parent cc9d3c1e
Showing with 3 additions and 0 deletions
......@@ -15,3 +15,5 @@ a['队猴长']=100
print(a)
a["馬牛逼"]="1"
print(a)
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