Write a Python program that prompts the user to enter a sentence of at least 5 words. Include a test to ensure that the user has entered at least 5 words. Store the individual words as separate items...

1 answer below »
Write a Python program that prompts the user to enter a sentence of at least 5 words. Include a test to ensure that the user has entered at least 5 words. Store the individual words as separate items in a list. Print the sentence in reverse order - word by word. The words must print in one line (not beneath each other). Insert spaces between the words. Example: "What is the best song right now" > "now right song best the is What"Print the sentence in reverse order - letter by letter. The words must print in one line (not beneath each other). Insert spaces between the words.# Example: "What is the best song right now" > "won thgir gnos tseb eht si tahW"
Answered 200 days AfterJun 19, 2021

Answer To: Write a Python program that prompts the user to enter a sentence of at least 5 words. Include a test...

Sathishkumar answered on Jan 06 2022
114 Votes
SOLUTION.PDF

Answer To This Question Is Available To Download

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here