from sys import exit print ("請輸入帳號") acc = input() print("請輸入密碼") pwd = input() account = "ABC123" password = "123abc" if (acc ...
確定! 回上一頁