Question: IN PYTHON 5. input: a string with character in it, a string with numbers in it output: go through the two strings together, print out
IN PYTHON
5. input: a string with character in it, a string with numbers in it output: go through the two strings together, print out elements by index format "the elements at index __ from string1 is __, from string2 is ___" ''' #def two_strings(str1,str2)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
