type() (Python)
type() returns the data type of a value, such as int, str, or list. It is commonly used to inspect or debug what kind of object you're working with.
type() returns the data type of a value, such as int, str, or list. It is commonly used to inspect or debug what kind of object you're working with.