Python: Determinacy
Instructions
Tips
Loading...
Your exercise will be checked with these tests:
from hexlet.test import expect_output
def check(output):
value = int(output)
assert value >= 0
assert value <= 10
def test(capsys):
expect_output(capsys, check)
Teacher's solution will be available in:
20:00
