Using Loop Statements for Searching, Removing, and Updating Lists
摘要
In the last chapter, we worked with Kai to discover the new “list” data container and how this container can store collections of items in a specific order and provide easy access to them. We covered the basics of lists, such as updating values, adding or removing items, and more, and highlighted the benefits of using lists.