Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/usr/bin/env python
- import textwrap
- from textwrap_example import sample_text
- print 'No dedent:\n'
- print textwrap.fill(sample_text, width=50)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement