notes/pl/py/features/built-in-fun/enumerate.txt
Ihar Hancharenka 5dff80e88e first
2023-03-27 16:52:17 +03:00

9 строки
248 B
Plaintext

https://younglinux.info/python/feature/enumerate
2020
https://realpython.com/python-enumerate/
https://proglib.io/p/python-enumerate-uproshchaem-cikly-s-pomoshchyu-schetchikov-2020-12-08
for rownum, row in enumerate(reader, start=1):
...