Commit 599b2b21 by BellCodeEditor

save project

parent 35d824a3
Showing with 5 additions and 20 deletions
import turtle
screen=turtle.Screen()
pen=turtle.Pen()
screen.textinput("111234567890")
screen.bgcolor("pink")
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
a="xukaijie"
b="12345678"
a=input("请输入账号")
b=input("请输入密码")
\ 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