Question: Create a function that will print each character of a string side by side. Assume that both strings will have the same number of characters.

Create a function that will print each character of a string side by side. Assume that both strings will have the same number of characters. EXAMPLE PROGRAM RUN 1: stringPair('abc','xyz') a x b y c z EXAMPLE PROGRAM RUN 2: stringPair('pmtn','iuea') p i m u t e n a

please write in python, show input and output. thank you.

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 Databases Questions!