Commit 7f7de862 by BellCodeEditor

save project

parent aeaf2688
Showing with 2 additions and 2 deletions
stu1 = {'语文':999999999,'数学':999999999,'英语':999999999} stu1 = {'语文':999999999,'数学':999999999,'英语':999999999}
...@@ -11,7 +11,7 @@ while True: ...@@ -11,7 +11,7 @@ while True:
for k,v in sc.items(): for k,v in sc.items():
print(k,v) print(k,v)
print("-" * 20) print("-" * 20)
elif name == "wwwwwww": elif n == "wwwwwww":
break break
else: else:
print("查询错误,你的记忆力比智障都差") print("查询错误,你的记忆力比智障都差")
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