I am trying to format some text that I am trying to add to a python script. It has two sentences and I would like to have the second sentence to be in italic.
Given below is the sentence:
'Key points include' + '\n' + 'Improved performance'
I would like to have the phrase Improved performance to be in italic
Expected Output:
Key points include
Improved performance