Commit 943d973f by BellCodeEditor

save project

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