Argparser Resources argparser detectron2, see how they did Homework update your forked repo from my repo(ref) following 01_git, create a new branch LAST#_06arg (ex: pan667_06arg) in your forked repo activate the environment you created in 03_conda copy the file code.py to submissions/ and rename it as LAST#.py open the file, add arguments for mode and pow, set proper values for type, default, help, and metavar add an argument named print_hello which action is store_true run python LAST#.py -h to see the arguments you created run python LAST#.py and test with different argument values to see if it works properly run black with line length 100, isort, and flake8 on the file stage changes, commit with the message "learning arg", push and submit a pr