Error Question 4
def run_things(things): """ We do things here, lots of things. """ ran_count = 0 try: ran_count = int(run(things)) except Exception: print(“error:” + e ) return ran_count