Use the programming interface to complete this task.
Input: A string containing alphanumeric characters.
Output: A string containing only the letters of the input.
Read the input from a file called looking-for-letters.in
that's in the current working directory, and then write your output to a file called looking-for-letters.out
.
If you need help, try looking at the Python Tutorial in the Learn section!
None yet!