Commit 09a03390 by BellCodeEditor

save project

parent 96470b36
Showing with 7 additions and 16 deletions
import turtle
pen=turtle.Pen()
pen.hideturtle()
pen.write("ohohohohhohohohoho",font=("Times",20,"normal"))
pen.pencolor("red")
len = screen.textinput("提示","爱心大小")
len1=int(len)
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
usename="python"
usepassword=12345
a=imput("请输入账号")
a1=imput("请输入密码")
if a==usename and a1==usepassword
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