Question: Duplicating letters. Python 3.4 Problem. duplicate(word, count) : Write a recursive function duplicate () that takes a non-empty string and a positive integer as its
Duplicating letters. Python 3.4 Problem. duplicate(word, count):

Write a recursive function duplicate () that takes a non-empty string and a positive integer as its arguments, and returns a new string in which each letter of the original string has been duplicated the given number of times. The examples below will help to further clarify what the function is supposed to do. Your function must be recursive and must not use any loops
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
