Commit 80608da5 by BellCodeEditor

save project

parent c1f2e484
Showing with 2 additions and 1 deletions
...@@ -8,5 +8,5 @@ password=input("输入密码") ...@@ -8,5 +8,5 @@ password=input("输入密码")
if username==name and userpassword==password: if username==name and userpassword==password:
print("登陆成功") print("登陆成功")
else: else:
print("笨蛋,账号密码都错了!!") print("**,账号密码都错了!!")
\ 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