Some print functions produce multiple lines of related output. In many cases, there are no immediate indicators that the output is connected. We should look at possible alternative formats for multi-line printed output, such as using tabs/spaces to offset each line after the first line to show how the text is grouped.
Some print functions produce multiple lines of related output. In many cases, there are no immediate indicators that the output is connected. We should look at possible alternative formats for multi-line printed output, such as using tabs/spaces to offset each line after the first line to show how the text is grouped.