Return the number of strings.
(self)
| 53 | self.description = description |
| 54 | |
| 55 | def count_strings(self): |
| 56 | """Return the number of strings.""" |
| 57 | return len(self.tuning) |
| 58 | |
| 59 | def count_courses(self): |
| 60 | """Return the average number of courses per string.""" |
no outgoing calls