The document provides an overview of common list manipulation methods in Mythron. It introduces the list data type and describes several methods for adding, removing, and reordering elements in a list, including append, prepend, remove, pop, and sort. The methods can be used to modify lists in place without returning a new list.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
49 views11 pages
Data Structures - Python 3.10.6 Documentation
The document provides an overview of common list manipulation methods in Mythron. It introduces the list data type and describes several methods for adding, removing, and reordering elements in a list, including append, prepend, remove, pop, and sort. The methods can be used to modify lists in place without returning a new list.