Commit d4fdaad1 by BellCodeEditor

save project

parent 470e2afb
Showing with 4 additions and 2 deletions
...@@ -3,4 +3,6 @@ xupassword="110804" ...@@ -3,4 +3,6 @@ xupassword="110804"
name=input("请输入账号") name=input("请输入账号")
password=input("请输入密码") password=input("请输入密码")
if name==xuname and password==xupassword: if name==xuname and password==xupassword:
print("嗯,正确") print("嘿嘿,正确")
\ No newline at end of file else:
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