Problem: (Python) Using a while loop, write an access program that asks for the name of a user. Only users who input "Maureen" will be accepted. Otherwise they will be asked for their name again.
Once Maureen has entered her name correctly, she will be asked for her password. You can set this yourself, using a hardcoded variable. If Maureen enters the correct password, she is granted access, otherwise access is denied.