1,760
edits
Changes
→PART 3 - Combining WHILE loops with IF statements
:::*The script should have a '''Shebang line'''
:::*The script should have a comment line which contains the word "Author:" and your '''full name'''
:::*The script should have another comment line which contains the word "Author ID:" and your '''seneca_id'''
:::*The script should have another comment line which contains the word "Date Created:" and the actual date in "yyyy/mm/dd" format
:::*The script should '''import sys'''
:::*The script should assign the value of '''3''' to an object named '''timer''' when there is '''no arguments''' provided.