BhavinPanch
2/28/2019 - 8:33 AM

Error Question 4

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