Start | len
 

len(s)



Returnerar antalet element i ett objekt.
l = [1,2,3,4,5,6] print(len(l))
18.167972564697 ms