5 kyu

[BF] Draw Triangle

Description
Loading description...
Fundamentals
Algorithms
Strings
  • Please sign in or sign up to leave a comment.
  • Yushi.py Avatar

    Really nice one, I'm not sure if parsing the input is all that fitting for the problem as it just adds extra steps (once it doesn't exceed 255), but it's no big deal, real fun this one.

  • oauo Avatar

    I am not a fan of how this is structured, I solved this assuming that the input was the actual value not inputting characters. This kata should be about drawing a triangle and not parsing input. Also why don't the expected outputs have newlines? When outputting text it should end with a newline.

  • donaldsebleung Avatar

    Fun Kata, a bit more challenging than I initially expected, keep up the good work :D

  • Voile Avatar

    Approved ;-)