I\'m very new to Python and am trying to understand how to manipulate strings.
What I want to do is change a string by removing the spaces and alternating the case from
You're trying to do everything at once. Don't. Break your program into steps.