Saved Bookmarks
| 1. |
Name the built in mathematical function/method that is used to return the number of times the given element appears in the tuple. |
|
Answer» The count() method returns the number of times a specified value appears in the tuple. |
|