how to use len function for list in python code example Example: list length in python list1 = [1,2,3] print(len(list))