• Blocked on the last assert

Question related to mission None

 
 assert.equal(
house(\`0##0
0000
#00#
\`), 12)

Should not we have 8 as a result instead of 12. because the second line is removed cause it contains only 0? Or can you explain why we have this result;

Thanks