# your code goes hereimport re s = input()acronym = ''.join(w[0] for w in s.split(' ') if w[0].isupper())print(acronym) acronym = ''.join(re.findall(r'\b[A-Z]', s))print(acronym)
Institute of Electrical and Electronics Engineers
IEEE IEEE
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!