Commit a2076e00 by BellCodeEditor

auto save

parent c36d3e19
Showing with 4 additions and 2 deletions
......@@ -6,4 +6,6 @@ name = input("sb,给我输入账号:")
password = input("sb,给我输入密码:")
# 如果用户输入的账号、密码正确,提示登陆成功
if name == username and password == userpassword :
print("sb,你成功了")
\ No newline at end of file
print("sb,你成功了")
break
else:
\ 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