I am trying to find a simple way of getting a count of the number of elements in a list:

MyList = ["a", "b", "c"]

I want to know there are 3 elements in this list.

7 Answers
7

Tags:

Leave a Reply

Your email address will not be published. Required fields are marked *