Python: Variables and concatenation
Instructions
Tips
Loading...
Your exercise will be checked with these tests:
from hexlet.test import expect_output
def test(capsys):
expected = """Hello, Joffrey!
Here is important information about your account security.
We couldn't verify your mother's maiden name."""
expect_output(capsys, expected)
Teacher's solution will be available in:
20:00
