W3School TIY Editor
W3School 在线教程
改变方向
暗黑模式
python_ref_keyword_is_1.py:
x = ["apple", "banana", "cherry"] y = x print(x is y)
x
x
=
[
"apple"
,
"banana"
,
"cherry"
]
y
=
x
print
(
x
is
y
)