Commit 1ca44862 by BellCodeEditor

auto save

parent f560cefc
Showing with 2 additions and 2 deletions
a=input("您贵姓?") a=input("您贵姓?")
b=input('您多强?') b=input('您多强?')
c={"张三":21,'李四':28,'王五':35,'赵六':41,'梁七':49} c={"张三":21,'李四':28,'王五':35,'赵六':41,'梁七':49}
print(c) c['梁七']=50
\ No newline at end of file print(c)
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