-11

iterPythonで関数を使用することの用途は何ですか?

代わりに:

for i in range(8):
  print i

私も使用できますiter

for iter in range(8):
  print iter
4

2 に答える 2