Question
IN PYTHON, you'll have to read the content of a text file named In.txt and then reformat it to be justified on both the left
IN PYTHON, you'll have to read the content of a text file named "In.txt" and then reformat it to be justified on both the left and right sides and store the result in a file named "Out.txt". The length of a single line in the output file is 80 characters. You should do this by rearranging the words on a single line to fit 80 characters without breaking a word on two lines. You should then redistribute the spaces left between the words of the said line so that every line starts with a word and ends with another (i.e. a line should never end with a space).
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started