Question: Python Assignment Strings String Manipulation Here is a string: 'Life is not a river' Starting with the given string and using slice[] and concatenation create
Python Assignment Strings
String Manipulation
Here is a string:
'Life is not a river'
Starting with the given string and using slice[] and concatenation create and print this new string: 'Life is an endless river'
Slicing will allow you to take the string apart and concatenation will allow you to put it back together.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
