Write a program to decrypt a file named “encrypted text.txt” by using the key found
in a file named “key.txt”. Write the decrypted text to a file called “decrypted text.txt”. The
key file contains two letters per line: the first is the character in the encrypted text, and the
second is the corresponding decrypted character.