今天我进行了一次 Python 考试,其中提出了以下问题:
给定以下代码摘录,完成代码使输出为:10 7 5.
10 7 5
nums = list (range (?,?,?)) print(nums)
如何使用 range 函数在 python 中获得这样的输出?
python python-3.x
python ×1
python-3.x ×1