我正在看一些张量流的东西,我理解 for 循环,或者至少我认为我理解,但是我遇到for _ in range(20)并想知道在这种情况下 _ 的含义是什么。我习惯了 for x in range 或 for i in range 的东西并理解这些内容,但无法理解我在下划线上读到的内容
for _ in range(20)
python machine-learning python-3.x
machine-learning ×1
python ×1
python-3.x ×1