filter solution in Clear category for Secret Message by veky
find_message = lambda text: ''.join(filter(str.isupper, text))
Sept. 3, 2014
Comments: