Only letters

Given a long text, you are asked to filter out and print only the letters.
The input contains a single line of text.
The program should print only the letters from that text.
Input
Output
I was born on 1997, April 29.
IwasbornonApril
 

Constraints

Time limit: 2 seconds

Memory limit: 512 MB

Output limit: 1 MB

To check your solution you need to sign in
Sign in to continue