You can use the len() function to count the elements in the list:-
>>> someList=[]
>>> print len(someList)
0
You can use the following video tutorials to clear all your doubts:-
If you are looking for upskilling yourself in python you can join our Python Training and learn from the industry expert.