W3School TIY Editor
W3School 在线教程
改变方向
暗黑模式
thistuple = ("apple", "banana", "cherry") del thistuple # 这将引发错误,因为该元组已不存在: print(thistuple)
x
thistuple
=
(
"apple"
,
"banana"
,
"cherry"
)
del
thistuple
# 这将引发错误,因为该元组已不存在:
print
(
thistuple
)