Question: Copy the following program (colored in orange ) into Python IDLE. Then, add newline escape characters into the print statement to change the output of
Copy the following program (colored in orange) into Python IDLE. Then, add newline escape characters into the print statement to change the output of the program into what is shown in the screenshot.
print('1', '2', '3')
Note that the only modification you can make to the above program is adding the newline escape characters (no additional print statement can be used).

Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
