Nauč se Python > Materiály > Snake Workshop for PyLadies > Introduction to Python > Lists

Lists – Řešení [0]

>>> len(lottery)
6

The function len() can determine not only the length of a string, but also the length of a list - that is, the number of its elements.


Toto je stránka lekce z kurzu, který probíhá nebo proběhl naživo s instruktorem.