Challenge: Split a String
Test your knowledge by writing the code to split a string into two halves.
We'll cover the following
Problem statement
Write a program that outputs each letter after the comma of the following sentence:
I'm happy, the course is very interesting!
Note: You must discard the space character after the comma.
Sample input
Get hands-on with 1400+ tech skills courses.