Commit b9930842 by BellCodeEditor

save project

parent e023d3c7
Showing with 6 additions and 1 deletions
...@@ -2,5 +2,9 @@ ...@@ -2,5 +2,9 @@
w={"大聪明":{"语文":99.5,"数学":98,"英语":93},"智障":{"语文":1,"数学":1,"英语":2}} w={"大聪明":{"语文":99.5,"数学":98,"英语":93},"智障":{"语文":1,"数学":1,"英语":2}}
t=input("姓名:") t=input("姓名:")
d=input("科目:") d=input("科目:")
if t=w:
print("啊,对对对")
else:
print("啊,错错错")
print(w[t][d]) print(w[t][d])
\ 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