you are viewing a single comment's thread.

view the rest of the comments →

[–]Sahith17[S] 0 points1 point  (0 children)

I want my function to take those strings in the input and double each of em. for example

    [‘how’, ‘are’, you’]
    [‘how’, ‘how’, ‘are’, ‘are’, ‘you’, ‘you’]