“
you really want to use single or double quotes to surround a string in Python, instead of three single quotes, you can add a backslash (\) before each quotation mark within the string. This is called escaping.
”
”
Jason R. Briggs (Python for Kids: A Playful Introduction to Programming)