Commit 3b232840 by BellCodeEditor

save project

parent 29d16c0e
Showing with 3 additions and 2 deletions
......@@ -5,11 +5,11 @@ score = {'悟空': student1, '诺依': student2, '小贝': student3}
name = input("名字:")
print("SB 嘿嘿 "*5)
print("SB "*10000000)
if name in score:
score=score[name]
for k,v in score.items():
print(k,v)
print("SB 嘿嘿 "*5)
print("SB "*1000000000)
else:
print("滚(ノ`Д)ノ")
\ 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