Commit 25825fd4 by BellCodeEditor

save project

parent f7651c89
Showing with 10 additions and 3 deletions
a=qwertyuiop
a='qwertyuiop'
b=123456
while True:
name=imput("请输入用户名:")
\ No newline at end of file
vbnm=imput('请输入密码:')
if name==a and vbnm==b:
print("欢迎使用!")
break
if name != a:
print('用户名错误,请重新输入:')
continue
if vbnm != b:
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