1,760
edits
Changes
→Usage Report Template
__author__ Raymond Chan
__date__ Feb 2018March 2019
__version__ 1.0
import sys
import time
import argparse
def get_login_rec():
if __name__ == '__main__':
[ code to retrieve command line argument using the argparse module [
...
[ based on the command line option, call the appropriate functions defined about to read the login records, to process the login records to generate and print
the requested usage report ]
...
</pre>