my_list = list(range(-10, 27)) print(my_list) print("Тип объекта:", type(my_list)) print("Атрибуты объекта:", dir(my_list))