Text Wrap

  • + 0 comments
    def wrap(string, max_width):
        return textwrap.fill(string,width=max_width)