[Solved] Write a Python function, the syntax is ReplaceMe
![[Solved] Write a Python function, the syntax is ReplaceMe [Solved] Write a Python function, the syntax is ReplaceMe](https://realcoder.techss24.com/wp-content/uploads/2022/07/Solved-Write-a-Python-function-the-syntax-is-ReplaceMe.png)
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…