摘要: user = "fallen577" password = "123456" count = 0 while count < 3: username = input("username:") userpwd = input("userpwd:") if username == user and userpwd == password: msg = ... 阅读全文