info
Returns list information.
Returns
Tuple: (list_size, list_type, list_sorted)
list_sizeis the number of items in the list, and is equal to size()list_typeis one of:str,intorfloatlist_sortedisTrueif the list is a sorted list (created withfc.list.SortedList), otherwiseFalse