Commit db8c96ce by BellCodeEditor

save project

parent 1747a5d7
Showing with 3 additions and 3 deletions
...@@ -7,6 +7,6 @@ m=input("請輸入賬號密碼_") ...@@ -7,6 +7,6 @@ m=input("請輸入賬號密碼_")
# 如果用户输入的账号、密码正确,提示登陆成功 # 如果用户输入的账号、密码正确,提示登陆成功
if username==z and userpassword==m : if username==z and userpassword==m :
print("登陸成功") print("\n登陸成功")
else: else:
print("密碼錯誤") print("\n密碼錯誤")
\ No newline at end of file \ 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