This problem will allow you to demonstrate your understanding of string methods and how to split, slice, and join strings together.
Instructions:
Write a Python program that involves manipulating a famous quote by Albert Einstein:
“Life is like riding a bicycle. To keep your balance, you must keep moving.”
Split the Quote into Words:
Use the appropriate method to split the quote into a list of words. Use the appropriate function to print the total number of words.
Manipulate the First and Last Word:
Use slicing to extract the first and last word from the list of words.
Use the appropriate method to convert the first word to lowercase