Notebook
## Write a function to find and ## return the largest integer in ## a list. Use a for loop! Ex: in: [1,7,2,10] out: 10