Question: Create a function in Python that will print each character of a string side by side. Assume that both strings will have the same number
Create a function in Python 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
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
