Commit 3c19891f by BellCodeEditor

save project

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