Hi, I am fairly new to ArcPro and this is my first time using UpdateCursor() and I was wondering how I can have each row in a field to have a value from a list in the order it appears in the list? For example, if I have a list:
["1","5","3"]
How can I make it so 1 is the value for the first row in the field, 5 is the value for the second row, and 3 is the value for the third row? Thank you