Question: Write a program that asks the user for a message and then prints the message out, two copies of each character per line. A

Write a program that asks the user for a message and then prints the message out, two copies of each character per line. A sample run of your program should look like: Enter a message: I love Python! I I 1 1 0 0 V V e e P P t t h hi nn !
Step by Step Solution
There are 3 Steps involved in it
mainpy 1 def printdoubledcharacters Ask the user for a message 123456789 10 message inputEnter a ... View full answer
Get step-by-step solutions from verified subject matter experts
