Separate the house number from the street name: Difference between revisions

Content added Content deleted
No edit summary
(→‎{{header|Python}}: OK as, despite asking, no algorithm is provided.)
Line 296: Line 296:


=={{header|Python}}==
=={{header|Python}}==
{{incorrect|Python}}<lang python>print('''\
Plataanstraat 5 split as (Plataanstraat, 5)
Plataanstraat 5 split as (Plataanstraat, 5)
Straat 12 split as (Straat, 12)
Straat 12 split as (Straat, 12)