Commit 2be49a0b by BellCodeEditor

save project

parent 8591696d
Showing with 8 additions and 1 deletions
username="柴"
userpassword="54188"
name=input("请输入你的账户")
password=input("请输入你的密码")
if name==username and pssword==userpassword
print("登录成功")
\ No newline at end of file
...@@ -7,5 +7,5 @@ len=int(size) ...@@ -7,5 +7,5 @@ len=int(size)
pen.circle(len) pen.circle(len)
pen.circle(len,360,3) pen.circle(len,360,3)
pen.circle(len,60) pen.circle(len,60)
pen.circle(len,360,3) pen.circle(len2,360,3)
turtle.done() turtle.done()
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