As a example :
>>> out = help(list) ## out must be a string .
>>> print out
>>> ' Help on class list in module __builtin__:
class list(object)
| list() -> new empty list
| list(iterable) -> new list initialized from iterable's items '
Any advice highly appreciated ...