Commit d6c50111 by BellCodeEditor

save project

parent 74f02599
Showing with 5 additions and 0 deletions
......@@ -5,3 +5,7 @@ print(a)
print(a["我"])
a["我"]=10000
print(a)
a['hjg']='gh'
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