我理解如何使用for循环
for (x = 0 ; x<5 ; x++ ) { // some_code }
在C++中,但是像for循环一样
for x in y:
至少存在于python中
c++ python for-loop
c++ ×1
for-loop ×1
python ×1