我有一个名为的文本文件test,它的内容如下:
Pigeon is the world's oldest domesticated bird.
Research suggests that domestication of pigeons was as early as ten thousand years ago.
People who keep domestic pigeons are generally called pigeon fanciers.
Run Code Online (Sandbox Code Playgroud)
现在我想要一个这样的结果,句子的顺序相反:
People who keep domestic pigeons are generally called pigeon fanciers.
Research suggests that domestication of pigeons was as early as ten thousand years ago.
Pigeon is the world's oldest domesticated bird.
Run Code Online (Sandbox Code Playgroud)
我该怎么做呢?