ILM
21
it may be you have wrong spacing
AssertionError: 'Perc[31 chars] \n 90| \n 80| \n 70| o \n 60[219 chars] t
!= 'Perc[31 chars] \n 90| \n 80| \n 70[343 chars] t '
see this assertion error, top is your output bottom is expected
thats interesting, how do i see that assertion error myself?
and i assume my “top_side” method needs to be correctly spaced for it, right?
ILM
23
as per challenge description
NOTE: open the browser console with F12 to see a more verbose output of the tests.
thanks, didnt see that in console earlier, now i did, much appreciated, happy coding 