Commit 599b2b21 by BellCodeEditor

save project

parent 35d824a3
Showing with 5 additions and 20 deletions
import turtle a="xukaijie"
screen=turtle.Screen() b="12345678"
pen=turtle.Pen() a=input("请输入账号")
screen.textinput("111234567890") b=input("请输入密码")
screen.bgcolor("pink") \ No newline at end of file
pen.penup()
pen.goto(0,-100)
pen.write("1234567890",font=("Times","30","normal"))
pen.hideturtle()
pen1=turtle.Pen()
len=(60)
pen1.left(45)
pen1.forward(2*len)
pen1.circle(len,180)
pen1.right(90)
pen1.circle(len,180)
pen1.forward(2*len)
pen1.hideturtle()
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