Commit 237a9025 by BellCodeEditor

save project

parent 909f3a72
Showing with 5 additions and 2 deletions
...@@ -11,6 +11,9 @@ if name in score: ...@@ -11,6 +11,9 @@ if name in score:
for k, v in score.items(): for k, v in score.items():
print(k,v) print(k,v)
print("*" * 30) print("*" * 30)
elif name == "q":
break
else: else:
print("u stoopid this wrong pls enter agan") print("beep beep something is wrong entar it agan")
print("*"*30)
print("the end, of the movie")
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