问题 I am trying to change the output fonts in python. I have read you can use Tkinter package but it is too complicated for me. I am trying to parse two documents, one plain text and the other one in italics. I want the output to alternate lines from each document, plain and italic. Currently the program displays the first line plain, the second in italics and afterwards it displays all in italics. I would like to know if there is any way to change/reset the fonts format in the console output.