cat 04_hw_scoring_sheet_it117.txt
IT 117: Intermediate Scripting - Scoring Sheet Homework 4: hw4.py ======================================================= Student name: John Jones Has hashbang line 10 points Has correct permissions 10 points Has meaningful comment at top of script file 10 points Function comments meaningful 0 points no function comments Script runs without syntax errors 20 points word_frequencies_create has functioning try/except statement to catch file errors 10 points word_frequencies_create works properly 20 points word_frequency_print works properly 10 points Score: 90Notice that the file now has a line with the total score.
cd it117
cd ex
mkdir ex13
ls
cd it117/ex/ex13
chmod 755 ex13.py
cp /home/ghoffman/course_files/it117_files/04_hw_scoring_sheet_it117.txt .
./ex13.py
IT 117: Intermediate Scripting - Scoring Sheet Homework 4: hw4.py ======================================================= Student name: John Jones Has hashbang line 10 points Has correct permissions 10 points Has meaningful comment at top of script file 10 points Function comments meaningful 0 points no function comments Script runs without syntax errors 20 points word_frequencies_create has functioning try/except statement to catch file errors 10 points word_frequencies_create works properly 20 points word_frequency_print works properly 10 points Score: 90Notice that the file now has a line with the total score.
~ghoffman/it117_test/ex13.shThe script will prompt you for your Unix username.