Text Wrap

  • + 0 comments

    def wrap(string, max_width): return textwrap.fill(string,max_width)

    this is enought for all the test cases