Commit 5129eaa0 by BellCodeEditor

save project

parent 7b798886
Showing with 1 additions and 0 deletions
......@@ -5,6 +5,7 @@ score={"wk":s1,"w2":s2,"w3":s3}
name=input("名字")
if name in score:
a=score[name]
print("*"*30)
for k,e in a.items():
print(k,e)
else:
......
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