БГ
'\n'.join(string.splitlines()[::-1])
Size: a a a
БГ
'\n'.join(string.splitlines()[::-1])
A
БГ
A
БГ
БГ
БГ
БГ
E
A
БГ
print(obj.__doc__)
?A
print(obj.__doc__)
?БГ
БГ
help(smth)
БГ
py3
help(help)
Help on _Helper in module _sitebuiltins object:
class _Helper(builtins.object)
| Define the builtin 'help'.
|
| This is a wrapper around pydoc.help that provides a helpful message
| when 'help' is typed at the Python interactive prompt.
|
| Calling help() at the Python prompt starts an interactive help session.
| Calling help(thing) prints help for the python object 'thing'.
|
| Methods defined here:
|
| __call__(self, *args, **kwds)
| Call self as a function.
|
| __repr__(self)
| Return repr(self).
|
| ----------------------------------------------------------------------
| Data descriptors defined here:
|
| __dict__
| dictionary for instance variables (if defined)
|
| __weakref__
| list of weak references to the object (if defined)
БГ
БГ
E
E