Commit 52aae891 by BellCodeEditor

save project

parent d7261726
Showing with 9 additions and 12 deletions
import turtle import turtle
pen=turtle.Pen()
# pen.up() username = "python"
# pen.goto(30,-20) userpassword = "123456"
# pen.down() while True:
pen.write("你好",font=("Times",30,"normal")) name = input("请输入用户名:")
# pen1=turtle.Pen() password = input("请输入密码:")
# pen1.left(45) if name == username and password == userpassword
# pen1.forwold(100) print("登录成功")
# pen1.circle(50,180) \ No newline at end of file
# pen1.left(45)
# pen1.circle(50,-180)
\ 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