Shakespeare: Difference between revisions

imported>Zanwenhuahao
imported>Zanwenhuahao
Line 97:
['William', 'Shakespeare', 'Bard of Avon']
</pre>
* More on list operations can be fount at the following URL: [https://docs.python.org/2/tutorial/datastructures.html]
* One common way to process a file is to open it, and save each line as a string into a list
<pre>
Anonymous user