Commit 9b76fff6 by BellCodeEditor

save project

parent c8b72140
Showing with 4 additions and 9 deletions
a={"wk":56,"bell":89}
k=input("qslmz")
v=input("qslcz")
if k in a:
if int(v)>a[k]:
a[k]=int(v)
else:
a[k]=int(v)
a={"q":8,"w":15,"e":20,"r":21}
b=a.pop("q")
print(b)
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