You are given a string of lowercase letters. Your task is to find and print one letter that is not in the string.
Input: 'a'
'a'
Output: b
b
Input: 'abcdfhijklmnopqrstuvwxyz'
'abcdfhijklmnopqrstuvwxyz'
Output: e
e