You will create a program that will find the missing letter from a string and return it. If there is no missing letter, the program should return "none".
Input must contain the string S (2<S<=100)
Display only the missing letter
ghiklm
j
abcde
none
abdf
c e