Search notes:
Python: str
str(obj)
returns a
string
representation of the
object
obj
.
str(obj) str(object=b'', encoding='utf-8', errors='strict')
See also
Python: Built in functions
Index