Commit dd7bd365 by BellCodeEditor

auto save

parent e92b1905
Showing with 3 additions and 5 deletions
dict_hero={'小明':120,'小红':130,} name=input (你家什么名字呢?)
print(dict_hero) print(name+"马某某")
print(dict_hero['小明']) \ No newline at end of file
dict_hero['小红']=135
print(dict_hero)
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