Question: PYTHON Multiple Messages Purpose: Use a while loop to display a message multiple times Read in a string to contain the message Read in an
PYTHON
Multiple Messages
Purpose: Use a while loop to display a message multiple times
Read in a string to contain the message
Read in an integer for the number of times to display the message
Display a number and period and space, followed by the message for the number of times that was given
Example Input
Hello! 3
Example Output
- Hello!
- Hello!
- Hello!
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
