Commit 58f7d4c6 by BellCodeEditor

auto save

parent f43d7a8d
Showing with 3 additions and 2 deletions
......@@ -4,4 +4,5 @@ q3={'语文':88,'数学':0,}
we={'q':q1,'w':q2,'g':q3}
wq=input("名字。")
print("*"*30)
if
\ No newline at end of file
if wq in we :
print(we[wq])
\ 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