Commit 770274af by BellCodeEditor

save project

parent 83b73772
Showing with 14 additions and 0 deletions
a={"Emm":0,"Emmm":1}
q=("name:")
w
\ No newline at end of file
a={"E":80,"Q":71}
q=input("name:")
w=input("make:")
if q in a:
if int(w) > a[q]:
a[q]=int(w)
else:
a[q]=int(w)
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