Exercise: Username/Password Check

  1. Write a program that

    • Uses the input() function to prompt the user for her username and password.

    • Verifies the input against a username/password combination that you hardcode in the program.

    • Outputs (to stdout) either “Authentication successful” or “Authentication failed”.