Run »
Result Size:
625 x 571
mylist = ["apple", "orange", "cherry"] x = len(mylist) print(x)
x
mylist
=
[
"apple"
,
"orange"
,
"cherry"
]
x
=
len
(
mylist
)
print
(
x
)
3