Commit f57c6630 by BellCodeEditor

save project

parent 508dba0c
Showing with 3 additions and 3 deletions
......@@ -4,7 +4,7 @@ a = "python"
b = "123456"
user=input("用户名")
mima=input("密码")
if user == a and miam == b
if user == a and miam == b:
print("登入成功")
else:
print("登入失败")
\ No newline at end of file
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