SyntaxFix
Write A Post
Hire A Developer
Questions
This worked for me in IDLE Python 3.8.2
print('''"A word with quotation marks"''')
Triple single quotes seem to allow you to include your double quotes as part of the string.