Commit 2096d39a by BellCodeEditor

save project

parent 8de74b98
Showing with 7 additions and 12 deletions
a=['更合',30,'伟祺',40] a={'s':999,'n':999,'wznbt':999}
print(a) k=input('买什么?')
a={'更合':30,'伟祺':40} if k in a:
print(a) print('nd'+k+'zf'+str(a[k])+'y')
print(a['更合']) else:
a['更合']=99999 print('my')
print(a) \ No newline at end of file
a['nm']="1"
print(a)
if '更合' in a:
print(a['更合'])
\ 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