Commit 93d51c05 by BellCodeEditor

save project

parent 543bba47
Showing with 10 additions and 0 deletions
a={"Chinese":100,"maths":98,"English":99}
b={"Chinese":98,"maths":96,"English":94}
c={"Chinese":90,"maths":96,"English":98}
m={"Leo":a,"Smith":b,"Green":c}
name=input("What's your name?")
if name in m:
s=m[name]
for i,k in s.items():
print(i,k)
\ 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