Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
3th solution in Clear category for Secret Message by arek.kowalski107
# migrated from python 2.7
def find_message(text):
return [x for x in text if x.isupper()]
Dec. 10, 2016