Python: Создание (определение) функций
Задание
Полезное
Loading...
Ваше упражнение проверяется по этим тестам
import index
from hexlet.test import expect_output
def test(capsys):
index.print_motto()
expected = "Winter is coming"
expect_output(capsys, expected)
Решение учителя откроется через:
20:00
