Today I learned that python’s enumerate takes in another argument apart from the iterable, and this argument is the index from which the enumeration should start from.
You can read more on this in this discuss.python.org thread
This trick could help programmers gain back a ton of time in dev-loops. Hope you found this helpful!
π βΈ» @TnvMadhav