Re: [Tutor] line error on no. 7

2015-07-29 Thread ltc.hotspot
Thanks, I’ll need some time to review your notes Sent from Surface From: Martin A. Brown Sent: ‎Tuesday‎, ‎July‎ ‎28‎, ‎2015 ‎4‎:‎41‎ ‎PM To: ltc.hots...@gmail.com Cc: Tutor@python.org Hello again, > The raw python code is located at http://tinyurl.com/oua9uqx It is not very long

Re: [Tutor] line error on no. 7

2015-07-28 Thread Martin A. Brown
Hello again, The raw python code is located at http://tinyurl.com/oua9uqx It is not very long, so you can post inline (I pasted it below). If you have a longer piece of code, then, yes, a pastebin is a good choice. (Also, if in the future, you have a more complex piece of code, try to simpl

[Tutor] line error on no. 7

2015-07-28 Thread ltc.hotspot
Hi Everyone, I'm writing python code to read a data text file, split the file into a list of words using the split(function) and to print the results in alphabetical order. The raw python code is located at http://tinyurl.com/oua9uqx The sample data is located at http://tinyurl.com/odt9nhe