def typo_test():
    clock = Clock()
    test_agent = Agent(clock.get_time_passed(),["http://www.youtube.com","http://www.cnn.com","http://www.yahoo.com"],10,25,"Test Agent",65)
    mistake = test_agent.make_typo_mistake()
    print(mistake)