Python: Traversing Strings
Instructions
Loading...
Your exercise will be checked with these tests:
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)
Teacher's solution will be available in:
20:00
