Commit 8e89820a by BellCodeEditor

auto save

parent f1a72501
Showing with 3 additions and 0 deletions
......@@ -3,8 +3,10 @@ student2={'对骂': 0, '1+1对于几?': 9, '英格力士': 0}
student3={'对骂': 1, '1+1对于几?': 0, '英格力士': 0}
score = {'老八': student1, '马牛B': student2, '社交牛B症患者': student3}
while True :
print("请shu'ru)
name = input("名字:")
if name in score :
a = score[name]
print('*'*30)
\ 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