Challenge: Split a String

Test your knowledge by writing the code to split a string into two halves.

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 1200+ tech skills courses.