Python: Escape sequences
Instructions
Tips
Loading...
Your exercise will be checked with these tests:
from hexlet.test import expect_output
def test(capsys):
expected = '- Did Joffrey agree?\n- He did. He also said "I love using \\n".' # noqa: E501
expect_output(capsys, expected)
Teacher's solution will be available in:
20:00
