Commit 3eeb8dea by BellCodeEditor

save project

parent 74f60976
Showing with 5 additions and 4 deletions
username = "python" username = "1"
userpassword = "123456" userpassword = "1"
while True: while True:
name = input("请输入用户名:") name = input("请输入用户名:")
password = input("请输入密码:") password = input("请输入密码:")
...@@ -8,8 +8,8 @@ while True: ...@@ -8,8 +8,8 @@ while True:
break break
if username != name: if username != name:
print("你马,用户名都不记的您配吗?重输") print("你马,用户名都不记的您配吗?重输")
continue continue
if userpassword != password: if userpassword != password:
print("你马,密码都不记的您配吗?重输") print("你马,密码都不记的您配吗?重输")
continue continue
print("欢迎来到对抗路!") print("欢迎来到对抗路!")
\ No newline at end of file
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