while True: a = input("請輸入用戶名:"). if n == 3 or a == username: print("輸入正確" if a == username else "輸入錯誤次數已超過3次"). break.
確定! 回上一頁