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 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
Get step-by-step solutions from verified subject matter experts
