how to check if type is list python code example Example: python type == list if isinstance(object, list): ## DO what you want