The last print statement uses single quotation marks, so the test wants you to only escape the single quotes that surround the 'n', so this line worked for me:
print('The name of this ice-cream is "Sweeet\'n\'Tasty"')
The last print statement uses single quotation marks, so the test wants you to only escape the single quotes that surround the 'n', so this line worked for me:
print('The name of this ice-cream is "Sweeet\'n\'Tasty"')