Commit 0fe5bb73 by BellCodeEditor

auto save

parent ef80500f
Showing with 35 additions and 4 deletions
import turtle as t
t.forward(200)
t.right(90)
t.forward(200)
t.right(90)
t.forward(200)
t.right(90)
t.forward(200)
t.right(90)
t.fillcolor('black')
t.begin_fill()
t.forward(100)
t.right(90)
t.forward(100)
t.right(90)
t.forward(100)
t.right(90)
t.forward(100)
t.right(90)
t.end_fill()
t.goto(200,-200)
t.right(-90)
t.fillcolor('black')
t.begin_fill()
t.forward(100)
t.left(90)
t.forward(100)
t.left(90)
t.forward(100)
t.left(90)
t.forward(100)
t.left(90)
t.end_fill()
t.done()
name=input("用户名:_______")
banji=input("所属班级:_______")
a=input("验证码:_______3+5=?")
\ 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