import readdress = "1234 Main St Smallville, KS 92348Small County "address = re.sub(r'(\d)\D+$', r'\1', address)print(address)
Standard input is empty
1234 Main St Smallville, KS 92348
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!