Commit 09a03390 by BellCodeEditor

save project

parent 96470b36
Showing with 7 additions and 16 deletions
import turtle usename="python"
pen=turtle.Pen() usepassword=12345
pen.hideturtle() a=imput("请输入账号")
pen.write("ohohohohhohohohoho",font=("Times",20,"normal")) a1=imput("请输入密码")
pen.pencolor("red") if a==usename and a1==usepassword
len = screen.textinput("提示","爱心大小") print("登录成功")
len1=int(len) \ No newline at end of file
pen.pensize(5)
pen.left(45)
pen.forward(len1*2)
pen.circle(len1,180)
pen.right(90)
pen.circle(len1,180)
pen.forward(len1*2)
turtle.done
\ 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