[Solved] Write a Python function, the syntax is ReplaceMe
Write a Python function, the syntax is ReplaceMe(input) Where input is a list of numbers and this function would replace each element with its running sum. The following example would give some idea. Let 1,2,3,4 is the list output would…