I have tried using the command line to spin some text file.
$ python run.py "/home/Doc/Documents.txt"
And the result is :
At first and the last sentence, it make curly bracket
In every new paragraph, it make delimiter string |
My question is : how to make it vise versa? Can it make to unspin? Make a difference combination.
If it can, how is the command line?
I have tried using the command line to spin some text file.
$ python run.py "/home/Doc/Documents.txt"
And the result is :
At first and the last sentence, it make curly bracket
In every new paragraph, it make delimiter string |
My question is : how to make it vise versa? Can it make to unspin? Make a difference combination.
If it can, how is the command line?