Definition Provide help in module bulletin. Syntax type(object) -> the object's type Parameter Object Examples type(str.zfill() The returns is:
Returns with:
The method convert the str to list and then append the item. type(str.swaps) The return is equal to:
type(str.partition) The str.partition converted the string into tuple.
type(str) The equal to: str==str.splitlines() Equal test on conducted on the string and other str.splitlines.
type(str.rstrip()) The returns are:
type(str.rpartition())==tuple The returns are following:
|