Lab#4 Ex1_chap8_and_ex3_chap10

  • View document Ex3_chap10  

    Uploaded by Anne Menmou on May 12, 2013

    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  

    Uploaded by Anne Menmou on May 12, 2013

    Description: A function that takes a string as an argument and displays the letters backward, one per line.<br /> <br />