Commit c7403227 by BellCodeEditor

save project

parent 805eeff5
Showing with 11 additions and 7 deletions
username = "python" import turtle
userpassword = "123456"
name = input("请输入用户名:") pen=turtle.Pen()
password = input("请输入密码:") distance=1
if name == username and password == userpassword: for i in range(300):
print("登录成功!") pen.forward(distance)
\ No newline at end of file pen.right(91)
distance+=1
pen.hideturtle()
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