Commit de9bcd5e by BellCodeEditor

save project

parent 31153e4e
Showing with 6 additions and 4 deletions
dict_dd={"好":34,"k":2}
dict_dd['gg']=2
dict_dd={"好":34,"k":2,'hh':44}
i=input('你要what.')
if i in dict_dd:
print('你的'+i+'要'+str(dict_dd[i]))
else :
print('没有')
print(dict_dd)
\ 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