Commit 96416bb9 by BellCodeEditor

save project

parent 39fbdffd
Showing with 5 additions and 2 deletions
dict_dd={"好":34,"k":2,'hh':44} dict_dd={"好":34,"k":2,'hh':44}
i=input('你要what.') i=input('名.')
f=input('分.')
if i in dict_dd: if i in dict_dd:
print('你的'+i+'要'+str(dict_dd[i])) if int(f)>dict_dd[i]:
dict_dd[i]=int(f)
else : else :
print('没有') print('没有')
print(dict_dd)
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