Commit 3c19891f by BellCodeEditor

save project

parent 65f3d77f
Showing with 6 additions and 4 deletions
username = '傻逼'
passward = '1234567891011121314151617181920'
while True:
name = input('请输入用户名:')
ward = input('请输入正确的密码:')
if username==name and passward==ward:
name = input('请输入用户名:')
ward = input('请输入正确的密码:')
if username==name and passward==ward:
print('登录成功')
break
if name != useruame
\ 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