Commit be4b9166 by BellCodeEditor

save project

parent de010694
Showing with 2 additions and 2 deletions
......@@ -5,10 +5,10 @@ studend={"郝骏达":scorel,"郝浚尧":score2,"小贝":score3}
name=input("名字:")
if name in studend:
print("*"*30)
print("*"*300000000000000000000000000000000000000000000000000000000000000000000)
for k,v in studend[name].items():
print(k,v)
print("*"*30)
print("*"*3000000000000000000000000000000000000000000000000000000000000000000000)
else:
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