Assignment 3 Checking Passwords
Maximum Points = 50
The purpose of this lab is to continue your study of computer programming and algorithms through the Python programming language. In this lab you will use several new features including lists, reading and writing files.
Write a program that reads usernames and passwords from a file and stores them in a list. Then ask the user for their username and password and provide the appropriate response.
Your program must have these features:
Wayne 1234
Sue password
EXTRA: Add a function that allows the user to add a new username, password pair
Make sure that your program uses proper indentation and complete documentation. See http://csc.columbusstate.edu/summers/NOTES/1301/style.htm for guidelines.
The program heading should occur at the top of the program and should include:
#============================
# PROGRAM SPECIFICATIONS
# NARRATIVE DESCRIPTION:
#
# @author (your name)
# @version(date)
#==============================
(Due before 8 am on Wednesday, February 1, 2012) Submit your .py file containing your program and your timesheet documenting your time to the dropbox in WebCT..
Grades are determined using the following scale: