Python Exercise

Read and output entire text file
2. Read a file into a list object and print it out line by line
3. Read a file into a list object and print a random line out
4. Read a file in and count (and print) the number of words.
5. Write a list to a file – Make the list 10 items long, make each item a phrase – the phrases are up to you
File to use on 1-4: text.txt (its attached)