Page 298 - Beginning Programming with Pyth - John Paul Mueller
P. 298

 As you start working with objects of greater complexity, you need to remember that the dir() command always shows what tasks you can perform using that object. The actions that appear without underscores are the main actions that you can perform using a list. These actions are the following:
append clear copy count extend index insert pop remove reverse sort

































































































   296   297   298   299   300