Commit 943d973f by BellCodeEditor

save project

parent 7107e4f8
Showing with 5 additions and 5 deletions
dict_hero={'ji':50,'ni':50}
dict_hero['ji']=20
dict_hero['张三']=16
print(dict_hero)
if dict_hero['张三']==dict_hero['李四']
if a in dict_hero:
print("ji是"+a+"你没钱"+str(dict_hero[a])+"ji")
else:
print("没有")
\ 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