Question: please write easy and clean code for me. I just start to study Python. Exercise 10.9. Write a function that reads the file words.txt and

please write easy and clean code for me. I just start to study Python.
Exercise 10.9. Write a function that reads the file words.txt and builds a list with one element per word. Write two versions of this function, one using the append method and the other using the idiom t = t + [x]. Which one takes longer to run? Why? Solution: http://thinkpython2. com/ code/wordlist.py
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
