Commit 149719e3 by BellCodeEditor

save project

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