0
/ 1.0
Given a string, compute recursively (no loops) a new string where all appearances of "pi" have been replaced by "3.14".
Given a string, compute recursively (no loops) a new string where all appearances of "pi" have been replaced by "3.14".
Your feedback will appear here when you check your answer.