Commit 5be13caf by BellCodeEditor

save project

parent 8aff51f9
Showing with 1 additions and 3 deletions
...@@ -13,10 +13,8 @@ while True: ...@@ -13,10 +13,8 @@ while True:
print("不要瞎打用户名") print("不要瞎打用户名")
if password!=userpassword: if password!=userpassword:
print("盗号要认真") print("盗号要认真")
if i<0:
continue
else: else:
print("不能用啦!!!气死你!气死你!") print(" 不能用啦!!!气死你!气死你!")
exit() exit()
import turtle import turtle
screen=turtle.Screen() screen=turtle.Screen()
......
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