Commit a89429ca by BellCodeEditor

save project

parent 491c75c0
Showing with 4 additions and 2 deletions
import turtle import turtle
pen = turtle.Pen() pen = turtle.Pen()
len = 500 len = 50
pen.pencolor("red") pen.pencolor("red")
pen.pensize(10) pen.pensize(100)
pen.left(45) pen.left(45)
pen.forward(2*len) pen.forward(2*len)
pen.circle(len,180) pen.circle(len,180)
......
...@@ -11,9 +11,11 @@ while True: ...@@ -11,9 +11,11 @@ while True:
break break
if name1 != name: if name1 != name:
print("该用户不存在!") print("该用户不存在!")
print("提示:你还剩" + str(i) + "次机会")
continue continue
if password1 != password: if password1 != password:
print("密码错误!") print("密码错误!")
print("提示:你还剩" + str(i) + "次机会")
else: else:
print("把蒋子皓的皮燕子扣出来就给你解锁!") print("把蒋子皓的皮燕子扣出来就给你解锁!")
exit() exit()
......
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