Commit 4e8a4741 by BellCodeEditor

save project

parent 95bbe04f
Showing with 3 additions and 7 deletions
a={'s':999,'n':999,'wznbt':999}
k=input('买什么?')
if k in a:
print('nd'+k+'zf'+str(a[k])+'y')
else:
print('my')
\ No newline at end of file
a={'是的':10,'是':20}
print(a)
print(a['是'])
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