Anyone have an idea about how I could go about writing a function that
would simply insert a character inbetween each character in a string?
For instance:
HELLO WORLD
would turn into:
H E L L O W O R L D
My brain hurts from thinking about this one but I'm stumped.
Thanks!
would simply insert a character inbetween each character in a string?
For instance:
HELLO WORLD
would turn into:
H E L L O W O R L D
My brain hurts from thinking about this one but I'm stumped.
Thanks!
Comment