Commit dfbd0a3d by BellCodeEditor

save project

parent aacdd3ad
Showing with 2 additions and 1 deletions
username = "qtz"
userpassword = "321002201012021511"
userpassword = "1027"
while True:
name = input("请输入用户名:")
password = input("请输入密码:")
......@@ -8,6 +8,7 @@ while True:
break
if name!=username:
print("X")
continue
if password !=userpassword:
print("*")
print("jhjn")
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