one line solution in Clear category for Secret Message by lezeroq
find_message = lambda t: ''.join(l for l in t if l.isupper())
May 17, 2015