Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 516 Bytes

looking_for_letters_65.md

File metadata and controls

19 lines (10 loc) · 516 Bytes

Looking for Letters (65)

Problem

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.

Hint

If you need help, try looking at the Python Tutorial in the Learn section!

External Writeups

None yet!