Commit d3ec61c3 by BellCodeEditor

save project

parent b3ea33b9
Showing with 9 additions and 6 deletions
usename="a" usename="a"
usepassword="0" usepassword="0"
name=input("请输入你的姓名:") while True:
password=input("请输入密码:") name=input("请输入你的姓名:")
if usename==name and usepassword==password: password=input("请输入密码:")
print("登录成功") if usename==name and usepassword==password:
print("登录成功")
\ No newline at end of file break
print("用户名和密码错误!请重新输入")
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