It's true for n≤3. Now take an n-vertex tournament T with n≥4 vertices.
If T contains a vertex x with all out-edges, then we can delete it, use induction to show the remaining graph (which still contains a cycle) has two Hamiltonian paths, both of which can be extended to n-vertex paths by attaching x at the path's endpoint. So now assume every vertex has at least one in-edge.
We first use this proof via strong induction to show T contains a Hamiltonian path, and we order the vertices according to that Hamiltonian path $(v_1,\ldots,v_n)$. We know from the above argument that $v_1$ contains at least one in-edge.
Let $j$ be the maximum index for which there is an edge from $v_j$ to $v_1$. If $j=n$, then we have a Hamiltonian cycle, and we can easily create two Hamiltonian paths from it by deleting edges. Otherwise $3 \leq j < n$, and we have an edge from $v_1$ to $v_{j+1}$ (since we maximized $j$), and we get an additional Hamilton path $(v_2,\ldots,v_j,v_1,v_{j+1},\ldots,v_n)$ as depicted below:
