w3schools
编辑器
运行结果尺寸:
625 x 591
thistuple = ("apple", "banana", "cherry") print(len(thistuple))
x
thistuple = ("apple", "banana", "cherry")
print(len(thistuple))
3