Commit 36330007 by BellCodeEditor

auto save

parent a32bcba3
Showing with 16 additions and 8 deletions
h="py" import turtle as t
j="088679" def wu(a):
k=input("输入账号:") t.pensize(20)
l=input("输入密码:") t.pencolor('red')
if k=='py' and l=='088679': t.begin_fill()
print("正确!") t.fillcolor('red')
else: t.left(45)
print("错误") t.forward(2*a)
t.circle(a,180,3)
t.right(90)
t.circle(a,180,3)
t.forward(2*a)
t.end_fill()
t.hideturtle()
t.done()
wu(100)
......
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