Commit 00f06927 by BellCodeEditor

save project

parent 64daf8b7
Showing with 15 additions and 4 deletions
input()
N\7==
\ No newline at end of file
input()
N=N
N(N[1:N])
\ No newline at end of file
input()
N(100<N<1000)
\ No newline at end of file
...@@ -13,10 +13,11 @@ while True: ...@@ -13,10 +13,11 @@ while True:
print('*'*30) print('*'*30)
if name in score : if name in score :
score = score[name] info = score[name]
print('*'*30)
for k,v in a.items(): for k,v in a.items():
print(k,v) print(k,v)
print('*'*30)
elif name == "q": elif name == "q":
break break
......
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