Commit f57c6630 by BellCodeEditor

save project

parent 508dba0c
Showing with 2 additions and 1 deletions
...@@ -4,7 +4,7 @@ a = "python" ...@@ -4,7 +4,7 @@ a = "python"
b = "123456" b = "123456"
user=input("用户名") user=input("用户名")
mima=input("密码") mima=input("密码")
if user == a and miam == b if user == a and miam == b:
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