Commit a89429ca by BellCodeEditor

save project

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