Result Size: 625 x 571
demo_ref_len.py:
x
 
mylist = ["apple", "orange", "cherry"]
x = len(mylist)
print(x)
C:\Users\My Name>python demo_len.py
3