Commit 8ca3eee5 by BellCodeEditor

auto save

parent d622a527
Showing with 46 additions and 0 deletions
a = "python"
b = "123456"
a1 = input("请输入名字")
b1 = input("请输入密码")
if a1 == a and b1 == b:
print("登录成功")
username = "python" username = "python"
userpassword = "123456" userpassword = "123456"
while True: while True:
...@@ -26,3 +69,6 @@ while True: ...@@ -26,3 +69,6 @@ while True:
if name!=username: if name!=username:
print("用户不存在") print("用户不存在")
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