`int` 不是 Python 的保留字。Python 中的保留字用于定义语法结构,例如 `if`、`else`、`for` 等,而 `int` 是一个数据类型。在 Python 中,你可以使用 `int...