Re: [Tutor] Mailbox

2015-07-30 Thread Alan Gauld
On 29/07/15 22:55, ltc.hots...@gmail.com wrote: #top of code, initialize variable output_list = ["default"] #rest of code print output_list ['default'] Raw Data File: Note, this is the code not the data... count = 0 fname = raw_input("Enter file name: ") if len(fname) < 1 : fname = "mbox-s

Re: [Tutor] Mailbox

2015-07-29 Thread Cameron Simpson
On 29Jul2015 21:55, ltc.hots...@gmail.com wrote: I have a second and unrelated question: I tried to work backward to see if there is a logic error associated with a variable is being skipped over: #top of code, initialize variable output_list = ["default"] Curious: why not just make this a