Write a program that takes input of a list of text, numbers, etc., and outputs that list in reverse. The program repeats, ending when the user enters "Done", "done', or 'd" as text. For example, if the input is hello there hey 1 2 done then the output is ['there', 'hello'] ['2', '1', 'hey'] Input to program If your code requires input values, provide them here. n Undo Redo a LabProgram.py Load default template.. 'Type your code here''' 2

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter5: Control Structures Ii (repetition)
Section: Chapter Questions
Problem 14PE
icon
Related questions
Question

Please solve issue and provide code in Python

Write a program that takes input of a list of text, numbers, etc., and outputs that list in reverse. The program repeats, ending when
the user enters "Done", "done", or "d" as text.
For example, if the input is
hello there
hey 1 2
done
then the output is
['there', 'hello']
['2', '1', 'hey']
Input to program
If your code requires input values, provide them here.
n Undo
Redo a
LabProgram.py
Load default template.
1 '''Type your code here'''
Transcribed Image Text:Write a program that takes input of a list of text, numbers, etc., and outputs that list in reverse. The program repeats, ending when the user enters "Done", "done", or "d" as text. For example, if the input is hello there hey 1 2 done then the output is ['there', 'hello'] ['2', '1', 'hey'] Input to program If your code requires input values, provide them here. n Undo Redo a LabProgram.py Load default template. 1 '''Type your code here'''
Expert Solution
steps

Step by step

Solved in 4 steps with 2 images

Blurred answer
Knowledge Booster
Arrays
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning