-
View document Ex3_chap10
Description: A function that takes a list of numbers and return the cumulative sum. That is a new list where the elements is the sum of the first ith elements of the original list. -
View document Ex1_chap8
Description: A function that takes a string as an argument and displays the letters backward, one per line.<br /> <br />