example = 'Examplestreet 1/2.1/3a/10/10.1/11b/12a-12c/13a-c'print(example.rsplit(' ')[-1].split('/'))
Standard input is empty
['1', '2.1', '3a', '10', '10.1', '11b', '12a-12c', '13a-c']
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!