Count.
__str__
Called by the str built-in function.
str
x.__str__() <==> str(x)
New in version 1.7.0.