import reres = re.sub(r'\d+', lambda x: x.group(0).zfill(5), 'hello120_c')print(res)
Standard input is empty
hello00120_c
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!