First solution in Clear category for Secret Message by alwayswannafly
find_message = lambda text: ''.join(filter(str.isupper, text))
Nov. 30, 2016