Solution: Print Part of a String
This lesson provides a solution to the challenge: print part of a string.
We'll cover the following...
We'll cover the following...
Solution #
Here is the code that will print the part between the first “e” and the last “e” letter in a line.