Python print/write
Ok so, when I print text and text1 it displays something like this: END OF TEXT HERE BEGINNING OF TEXT1 HERE I want the output to be like this for both print and write: END OF TEXT HERE BEGINNING OF TEXT1 HERE I want the output to be like this for both print and write:… Read More Python print/write