问题 I'm very new to Python so forgive me if my terminology in the title or body of this question is incorrect. So this is how you'd normally use schedule to fire something off: schedule.every().sunday.at('8:00').do(job) Rather than listing unique days and times in the schedule module I'm trying to use a for loop to increment day and time from an array and an excel sheet respectively, example: dayArray = ['sunday', 'monday', 'tuesday', 'wednesday', 'thursday', 'friday', 'saturday'] for i in range