Assert
assert house('''0##0 0000 #00#''') == 12
why in this assert result is 12? Not 8? I don't understand, because one row we remove (the second or with index 1) and then we have only 2 rows: 0##0 #00# and it is correct, becouse we don't have zeros row. What is incorrect? Am I wrong?
Created: Jan. 6, 2019, 10:52 a.m.
Updated: April 5, 2019, 10:42 p.m.
0
task.ground-for-the-house