<!-- This is the repository and issue tracker for https://www.python.org website. If you're looking to file an issue with CPython itself, please go to https://github.com/python/cpython/issues/new/choose Issues related to Python's documentation (https://docs.python.org) can also be filed at https://github.com/python/cpython/issues/new?assignees=&labels=docs&template=documentation.md. --> **Describe the bug** Website home page, in the code example 5(Quick & Easy to Learn) has SyntaxError in first line at https://www.python.org/ . ```python # Simple output (with Unicode) >>> print(\"Hello, I'm Python!\") print(\"Hello, I'm Python!\") ^ SyntaxError: unexpected character after line continuation character ``` **Screenshots** If applicable, add screenshots to help explain your problem. <img width="543" alt="Screenshot 2022-11-10 at 1 59 00 PM" src="https://user-images.githubusercontent.com/8600407/201183516-d3e35b58-a58c-46f0-9f44-a5483cadce8f.png">