Commit ba067688 by BellCodeEditor

save project

parent 62325cd0
Showing with 6 additions and 14 deletions
a = "py" import turtle
d = "1" pen=turtle.Pen()
while True: pen.write("白毛浮绿水,\n 红掌波清波",font=("Times",30,"normal"))
n = input("请输入用户名:") pen.hideturtle()
s = input("请输入密码:") turtle.done()
if a == n and d == s: \ No newline at end of file
print("登录成功!")
if a!=n:
print("用户名登录错误!请重新输入?")
continue
break
if d!=s:
print("密码登录错误!请重新输入?")
print("欢迎来到贝尔!")
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