python_ref_keyword_is_1.py:
x
 
x = ["apple", "banana", "cherry"]
y = x
print(x is y)