Write a Python program to verify that a security passphrase for an encrypted storage drive has been entered consistently by a user.
Your program must:
Passphrase verified and output the confirmed passphrase if both entries are identicalPassphrase mismatch if the two entries do not matchYou should use indentation as appropriate, meaningful variable names, and standard Python syntax in your answer.
298 exam-style questions on AQA GCSE Computer Science Programming concepts. Each one has a worked solution and a mark scheme showing where the marks go.