Commit 546bccc7 by BellCodeEditor

save project

parent f6e55da2
Showing with 1 additions and 0 deletions
...@@ -10,6 +10,7 @@ while True: ...@@ -10,6 +10,7 @@ while True:
a = classroom[name] a = classroom[name]
for k,v in a.items(): for k,v in a.items():
print(k,v) print(k,v)
print('*'*30)
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