I have a string like this: "CURICO 394 DEPTO 1013"
and I want this output
"Curico 394 Depto 1013"
How could I accomplish that in Python 2.7?
I have a string like this: "CURICO 394 DEPTO 1013"
and I want this output
"Curico 394 Depto 1013"
How could I accomplish that in Python 2.7?