if for some reason I want to repeat the same iteration, how can I do this in python?
for eachId in listOfIds:
now that the function wakes up after sleep one day later (the market (currency trading market) is open), I want to resume the for loop from eachId = 10 not from eachId = 11 , because eachId = 10 did not yet exist was processed as market was closed , any help was greatly appreciated thanks.
python for-loop
Aamir adnan
source share