Python: Magic numbers
Instructions
Loading...
Your exercise will be checked with these tests:
from hexlet.test import expect_output
def test(capsys):
expected = "Rooms in King Balon's Castles:\n102"
expect_output(capsys, expected)
Teacher's solution will be available in:
20:00
