Question: please show me in python Task 5 - Using a while loop, write a program which accepts an indefinite number of strings from the user,
Task 5 - Using a while loop, write a program which accepts an indefinite number of strings from the user, and stores each string in a list (e.g., user inputs) - The program should repeatedly prompt the user to enter more strings, until they enter "stop" - At the end, print out all the user's strings, all on separate lines, e.g., with a for loop
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
