python_ref_len_1.py:
x
 
mylist = ["apple", "orange", "cherry"]
x = len(mylist)
print(x)