13,420
edits
Changes
→PART 1 - Using IF Statements
:::*The script should '''import sys'''
:::*The script should print a '''usage message''' IF additional arguments are NOT provided when running script
:::*The script should use '''sys.exit()''' (or i.e. to 'abort'script) if two additional arguments are not provided when running script
:::*The script should use a variable called '''name'''
:::*The script should use a variable called '''age'''