Commit ba067688 by BellCodeEditor

save project

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