Question: Evaluation: 10 points total --> 3 points for pseudocode; 3 points if your code works when it's run; 2 points for attaching your output; 2

Evaluation: 10 points total --> 3 points for pseudocode; 3 points if your code works when it's run; 2 points for attaching your output; 2 points for responding to 1 classmate Write a function called double_str that takes a string argument and returns a new string that has all of the same characters as the argument, except each one is repeated twice. For example: double_str('dog') --> 'ddoogg' Please first write out the steps for your function in pseudocode and then write out the steps in actual code. Your code must work to receive credit
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
