Commit be51c81f by BellCodeEditor

save project

parent cbead25c
Showing with 4 additions and 1 deletions
username = '傻逼' username = '傻逼'
passward = '1234567891011121314151617181920' passward = '1234567891011121314151617181920'
while True:
name = input('请输入用户名:') name = input('请输入用户名:')
ward = input('请输入正确的密码:') ward = input('请输入正确的密码:')
if username==name and passward==ward: if username==name and passward==ward:
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