Commit 6f2d513f by BellCodeEditor

save project

parent 02147fb9
Showing with 2 additions and 0 deletions
...@@ -6,6 +6,8 @@ name = input("请输入账号") ...@@ -6,6 +6,8 @@ name = input("请输入账号")
name1 = input("请输入密码") name1 = input("请输入密码")
if username == name and userpassword == name1: if username == name and userpassword == name1:
print("输入成功") print("输入成功")
else:
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