未知题型

给出 list(range(1,10,3))的值

【参考答案】

`range(start, stop, step)` 函数生成一个从 `start` 开始到 `stop` 结束(不包括......

(↓↓↓ 点击下方‘点击查看答案’看完整答案、解析 ↓↓↓)