Event Priorities If more than one event is scheduled for the same time their priority values are used to determine the order they are run. import sched import time scheduler = sched.scheduler(time.time, time.sleep) def print_event(name): print 'EVENT