Python: Обход строк
Задание
Полезное
Loading...
Ваше упражнение проверяется по этим тестам
import index
from hexlet.test import expect_output
def test(capsys):
index.print_reversed_word_by_symbol("Hexlet")
expected = "t\ne\nl\nx\ne\nH"
expect_output(capsys, expected)
Решение учителя откроется через:
20:00
