python_ref_list_count_1.py:
x
 
fruits = ["apple", "banana", "cherry"]
x = fruits.count("cherry")
print(x)