Commit 149719e3 by BellCodeEditor

save project

parent 63004a5e
Showing with 8 additions and 4 deletions
ddd={"jj":22,"kk":11}
ddd["j"]=5
print(ddd)
\ No newline at end of file
ddd={"jj":2,"kk":1,"LL":3}
k=input("要什么")
if k in ddd:
print("要"+str(ddd[k]))
else:
print("没有,滚!")
\ 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