username = input("输入名字") userword = int(input("输入密码")) i=1 while i<=3: if username = ‘你好‘ and userword = 123: print("登录成功") else: print("登录失败") i++
原文地址:https://www.cnblogs.com/bigbigbird/p/11170922.html
时间: 2024-09-28 21:15:07
username = input("输入名字") userword = int(input("输入密码")) i=1 while i<=3: if username = ‘你好‘ and userword = 123: print("登录成功") else: print("登录失败") i++
原文地址:https://www.cnblogs.com/bigbigbird/p/11170922.html