organize a long line of text into a neat column
This script prompts the user for a long line of text and a maximum line width, and then wraps the text into shorter lines of the specified width. The resulting output is printed to the console.
To run the script, simply execute python text_wrapper.py
in a terminal or command prompt. You will be prompted to enter a long line of text and a maximum line width. The formatted output will then be printed to the console.