4 lines
42 B
Python
4 lines
42 B
Python
|
|
>>> print(len(['apple', 'orange']))
|
||
|
|
2
|
||
|
|
>>>
|