If you have not already done so, create a week08 subdirectory in your cs21/class directory:
% cd % cd cs21/class % pwd /home/your_user_name/cs21/class % mkdir week08Then, from within your week08 subdirectory copy over the list_algs.py file from my public directory:
% cd week08 % pwd /home/your_user_name/cs21/class/week08 % cp ~newhall/public/cs21/week08/list_algs.py . % ls