python_ref_frozenset_1.py:
x
 
mylist = ['apple', 'banana', 'cherry']
x = frozenset(mylist)
print(x)