运行 ❯
获取
属于你自己的 Python
服务器
×
切换方向
切换主题, 浅色/深色
转到 Spaces
fruits = ["apple", "banana", "cherry"] x, y, z = fruits print(x) print(y) print(z)
苹果
香蕉
樱桃