Commit d8f32515 by BellCodeEditor

auto save

parent 1607a9de
Showing with 7 additions and 0 deletions
p
\ No newline at end of file
dict={"yi":2,"er":[10,20],"shan":{"shan":2,"si":3}}
print(dict["yi"])
print(dict["er"][1])
print(dict["shan"]["shan"])
\ 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