Commit 52aae891 by BellCodeEditor

save project

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