First solution in Clear category for First Word by fed.kz
first_word=lambda t:__import__('re').search("[\w']+",t).group()
Oct. 10, 2018
Comments: