笔记 user_name=input('请输入您的用户名:') pwd=input('请输入您的密码:') if user_name=='xxy' and pwd=='888888': print('登录成功') else: print('用户名或密码不正确')