Commit 0a678ada by BellCodeEditor

auto save

parent 4d63b5f0
Showing with 1 additions and 0 deletions
......@@ -2,6 +2,7 @@ student1 = {'语文':90,'数学':100,'英语':85}
student2 = {'语文':100,'数学':98,'英语':100}
student3 = {'语文':100,'数学':100,'英语':100}
score = {'牢大':student1,'蔡徐坤':student2,'熊大':student3}
name = input("名字")
print("*" * 30)
if name in score:
......
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