Question: Write a python program which takes the user input and prints it backwards with an asterisk between each character. So , if a user inputs

Write a python program which takes the user input and prints it
backwards with an asterisk between each character. So, if a user inputs
JOHNNY, the program will print (Y**N**N**H**O**J**). Your program should
use 2 functions (main and backwards).
Take program 1 and only print the asterisk for every odd character. For
example, if a user inputs JOHNNY, the program will print ((:Y**NN**HO**(J)
Write a python program which takes the user input

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!