# your code goes hereimport rep = re.compile(ur'\b\d+e\+\d+\b')test_str = u"6[Sup. 1e+02] 6[Sup. 7e+52]"print re.findall(p, test_str)
Standard input is empty
[u'1e+02', u'7e+52']
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!