Python: Переменные и конкатенация
Задание
Полезное
Loading...
Ваше упражнение проверяется по этим тестам
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)
Решение учителя откроется через:
20:00
