You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
parser = argparse.ArgumentParser(description='Code evaluation tool for CS 4253 - Artificial Intelligence. Allows evaluating sample programs for various projects written for class.')
parser.add_argument('project_name', type=str, help='The project to evaluate.')