Python: Объекты
Задание
Полезное
Loading...
Ваше упражнение проверяется по этим тестам
from hexlet.test import expect_output
def test(capsys):
expected = "a mind needs books as a sword needs a whetstone."
expect_output(capsys, expected)
Решение учителя откроется через:
20:00
