Commit 71416810 by BellCodeEditor

save project

parent 16020f54
Showing with 2 additions and 0 deletions
......@@ -5,6 +5,8 @@ while True:
password=input("输号")
if name==username and password==userpassword:
break
if name!=username and password!=userpassword:
print("输入失败")
print("输入成功")
# 请用input()实现用户输入账号、密码的功能
......
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