Write a Python program to verify that a security PIN has been entered consistently by a user.
Your program must:
PIN set and output the confirmed PIN if both entries are identicalPIN error if the two entries do not matchYou should use indentation as appropriate, meaningful variable name(s), and 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.