Commit 5a3878f6 by BellCodeEditor

save project

parent 1574c47f
Showing with 14 additions and 0 deletions
c="SCB"
a="3305222"
d=input("输入账号")
b=input("输入密码")
if a==b and d==c:
print("登陆成功")
else:
print("登陆失败")
\ No newline at end of file
...@@ -10,5 +10,9 @@ pen.circle(b) ...@@ -10,5 +10,9 @@ pen.circle(b)
pen.circle(b,360,3) pen.circle(b,360,3)
pen.circle(b,60) pen.circle(b,60)
pen.circle(b,360,3) pen.circle(b,360,3)
pen.circle(b,30)
pen.circle(b,360,3)
pen.circle(b,60)
pen.circle(b,360,3)
pen.hideturtle() pen.hideturtle()
turtle.done() 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