import re
dat = """
""" # input value
print "".join(re.findall("[A-Za-z]", data))
'Wargame > pythonchallenge' 카테고리의 다른 글
| pythonchallenge LEVEL 5 (0) | 2017.04.12 |
|---|---|
| pythonchallenge LEVEL 4 (0) | 2017.04.12 |
| pythonchallenge LEVEL 3 (0) | 2017.04.12 |
| pythonchallenge LEVEL 1 (0) | 2017.04.12 |
| pythonchallenge LEVEL 0 (0) | 2017.04.12 |