Commit 8be1a0e4 by BellCodeEditor

save project

parent 603f232d
Showing with 10 additions and 3 deletions
username='SANS'
upassworserd='114514'
while True:
name=input("输入用户名")
mima=input("输入密码")
if name==username and mima==upassworserd:
print("成功登陆")
break
print("555cxsr")
print("444")
......@@ -4,5 +4,3 @@ name=input("输入用户名")
mima=input("输入密码")
if name==username and mima==upassworserd:
print("成功登陆")
if not name==username and mima==upassworserd:
print("sb")
\ 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