mirror of
https://github.com/jung-geun/PSO.git
synced 2025-12-19 20:44:39 +09:00
4 lines
61 B
Python
4 lines
61 B
Python
it =iter(range(10))
|
|
|
|
for i in range(100):
|
|
print(next(it)) |