Question: Write a program that asks the user for a message and then prints the message out, one character per line. Each line should also contain

Write a program that asks the user for a message and then prints the message out, one character per line. Each line should also contain a '* sample run of your program should look like: Enter a message: I love Python! 1 I I1 P 11 Y 11 h ll o ll n And another sample run: Enter a message: Hunter Note: The print) command can take multiple inputs to print at the same time. For example, print(',c) will print two exclamation points followed by a space and the contents of variable c if c is "I". then it would print
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
