摘要:
print('欢迎登录尚雅梦想python学习系统'.center(30)) print('******' * 8) flag = True while flag: order = input('''按'r'或者'R'进行用户注册\n按'l'或者'L'进行用户登录''') if order.uppe 阅读全文
摘要:
user = '尚雅梦想' password = '123456' count = 3 while count > 0: a = input('请输入您的用户名:') b = input('请输入您的密码:') if a == user and b == password: print('恭喜您登录 阅读全文