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