Why this piece of code is not working there for me ?
https://py.checkio.org/mission/first-word/solve/
import re
orig_func(str): ..... m = re.findall('[a-zA-Z]+', str) return m[0]