Question: ANSWER IN PYTHON The 'Prefix of 3' is the first 3 characters of a string, and the 'Suffix of 3' is the last 3 characters
ANSWER IN PYTHON
The 'Prefix of 3' is the first 3 characters of a string, and the 'Suffix of 3' is the last 3 characters of a string. Given a string input, output the first three characters of that string, and the last three characters of the string. You may assume the string will always have at least three characters.
Ex: If the input is:
chicken
the output is:
Prefix: chi Suffix: ken
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
