Python: How we check your solutions
Instructions
Tips
Loading...
Your exercise will be checked with these tests:
from hexlet.test import expect_output
def test(capsys):
expected = "9780262531962"
expect_output(capsys, expected)
Teacher's solution will be available in:
20:00
