Commit dd7bd365 by BellCodeEditor

auto save

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