Commit 59411068 by BellCodeEditor

save project

parent 7d268c13
Showing with 1 additions and 1 deletions
......@@ -5,6 +5,7 @@ while True:
if i>0
name=input("请输入用户名")
passwond=input("请输入密码")
i-=1
if name==usename and passwond==userpassword: :
print("登录成功")
break
......@@ -18,4 +19,3 @@ while True:
exit()
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