All Questions
1 question
0
votes
1
answer
57
views
How to append within a string variable in a looping?
I have the list position:
position = ["North", "Center", "South"]
I want to append values that I read from an xlsx file in a looping, So I would have North1 as the column B from one excel file, ...