Re: [Tutor] tabbed output

2012-02-12 Thread Modulok
On 2/12/12, Michael Lewis wrote: > I am having a weird issue. I have a print statement that will give me > multiple outputs separated by a tab; however, sometimes there is a tab > between the output and sometimes there is not. It seems sort of sporadic. > My code is below and two sample outputs ar

Re: [Tutor] tabbed output

2012-02-12 Thread Hugo Arts
On Mon, Feb 13, 2012 at 1:52 AM, Michael Lewis wrote: > I am having a weird issue. I have a print statement that will give me > multiple outputs separated by a tab; however, sometimes there is a tab > between the output and sometimes there is not. It seems sort of sporadic. My > code is below and