Commit 3e4bbeba by BellCodeEditor

auto save

parent 9bc7301e
Showing with 3 additions and 4 deletions
a={"张三":80"李四":75} a={"张三":80"李四":75}
q=input("1:")
q=input("") o=input("2:")
o=input("")
if q in a: if q in a:
if a[q]<o: if a[q]<o:
a[q]=o a[q]=o
else: else:
a[q]=o a[q]=o
p
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