Commit 28a9d45d by BellCodeEditor

save project

parent 9cad7c88
Showing with 6 additions and 20 deletions
usename = "奥迪" username = '傻逼'
userpassword = "123444" passward = '1234567891011121314151617181920'
while True:
name = input("请输入用户名:")
ward = input("请输入密码")
if usename == name and userpassword == ward:
print("登录成功,欢迎来到贝尔编程")
break
if usename != name:
print("你输入的用户名有误")
if usename != ward:
print("你输入的密码有误")
else:
print("gbjkjh")
name = input('请输入用户名:')
ward = input('请输入正确的密码:')
if username==name and passward==ward:
\ 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