Project Concept
underline_to_space()
Converts a string from underlined to a space-separated and lower case string.
Example
>>> underline_to_space("Hello_world") "hello world"
s (str) –
str