提示 提示 1 查看 用 `if` 判断每一行是否包含 `FLAG{` 提示 2 查看 使用 Python 的 `in` 运算符,例如 `'apple' in 'apple pie'` 提示 3 查看 将空白处填为 `if 'FLAG{' in line:`