运行 ❯
获取
您自己的 Python
服务
×
更改朝向
更改主题,明暗模式
转到 Spaces
a = (1, 2, 3, 4, 5) x = sum(a) print(x)
15