You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see. So basically I have to remember myself how many lines I have before the "0" starts or save the keys in some kind of ordered structure, if I have to iterate over the keys with numbers. I need it for my loop size.
It seems as if an object is not really the right way to model your usecase (as its keys are unordered). Unless you can change this, using a secondary structure to organize the order of keys seems to be the only way.
Let say I have this file:
Is there a way to get the
index
orrow_number
of "0"? I didn't see it in the document.The text was updated successfully, but these errors were encountered: